Color spaces of #dcdfe0
RGB | 220 | 223 | 224 |
---|---|---|---|
HSL | 0.54 | 0.06 | 0.87 |
HSV | 195° | 2° | 88° |
CMYK | 0.02 | 0.00 | 0.00 0.12 |
XYZ | 69.3574 | 73.3728 | 81.0279 |
Yxy | 73.3728 | 0.3100 | 0.3279 |
Hunter Lab | 85.6579 | -5.3695 | 3.8753 |
CIE-Lab | 88.6252 | -0.8233 | -0.8520 |
#dcdfe0 color RGB value is (220,223,224).
#dcdfe0 hex color red value is 220, green value is 223 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #dcdfe0 hue: 0.54 , saturation: 0.06 and the lightness value of dcdfe0 is 0.87.
The process color (four color CMYK) of #dcdfe0 color hex is 0.02, 0.00, 0.00, 0.12. Web safe color of #dcdfe0 is #cccccc. Color #dcdfe0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11011111 | 11100000 |
Octal | 334 | 337 | 340 |
Decimal | 220 | 223 | 224 |
Hex | DC | DF | E0 |
Shades of #dcdfe0
Tints of #dcdfe0
RGB Percentages of Color #dcdfe0
CMYK Percentages of Color #dcdfe0
Complementary Color
#dcdfe0 | #e0dddc |
#dcdfe0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcdfe0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcdfe0 Color CSS Codes
.mybgcolor {background-color:#dcdfe0; } .myforecolor {color:#dcdfe0; } .mybordercolor {border:3px solid #dcdfe0; }
#dcdfe0 Text Font Color
<p style="color:#dcdfe0">Text here</p>
This sample text font color is #dcdfe0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dcdfe0 Background Color
<div style="background-color:#dcdfe0">
Div content here</div>
This div background color is #dcdfe0
#dcdfe0 Border Color
<div style="border:3px solid #dcdfe0">
Div here</div>
This div border color is #dcdfe0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,223,224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcdfe0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcdfe0; -webkit-box-shadow: 1px 1px 3px 2px #dcdfe0; box-shadow: 1px 1px 3px 2px #dcdfe0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,223,224, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcdfe0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcdfe0; -webkit-box-shadow: 1px 1px 3px 2px #dcdfe0; box-shadow: 1px 1px 3px 2px #dcdfe0;">
Div content here</div>
This div box has shadow with color #dcdfe0
Comments
No comments written yet.
Please login to write comment.