Color spaces of #dcced2
RGB | 220 | 206 | 210 |
---|---|---|---|
HSL | 0.95 | 0.17 | 0.84 |
HSV | 343° | 6° | 86° |
CMYK | 0.00 | 0.06 | 0.05 0.14 |
XYZ | 63.2194 | 64.0114 | 69.9962 |
Yxy | 64.0114 | 0.3205 | 0.3246 |
Hunter Lab | 80.0071 | 1.0333 | 4.1337 |
CIE-Lab | 83.9717 | 5.5437 | -0.2459 |
#dcced2 color RGB value is (220,206,210).
#dcced2 hex color red value is 220, green value is 206 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #dcced2 hue: 0.95 , saturation: 0.17 and the lightness value of dcced2 is 0.84.
The process color (four color CMYK) of #dcced2 color hex is 0.00, 0.06, 0.05, 0.14. Web safe color of #dcced2 is #cccccc. Color #dcced2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001110 | 11010010 |
Octal | 334 | 316 | 322 |
Decimal | 220 | 206 | 210 |
Hex | DC | CE | D2 |
Shades of #dcced2
Tints of #dcced2
RGB Percentages of Color #dcced2
CMYK Percentages of Color #dcced2
Complementary Color
#dcced2 | #cedcd8 |
#dcced2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcced2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcced2 Color CSS Codes
.mybgcolor {background-color:#dcced2; } .myforecolor {color:#dcced2; } .mybordercolor {border:3px solid #dcced2; }
#dcced2 Text Font Color
<p style="color:#dcced2">Text here</p>
This sample text font color is #dcced2
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.
#dcced2 Background Color
<div style="background-color:#dcced2">
Div content here</div>
This div background color is #dcced2
#dcced2 Border Color
<div style="border:3px solid #dcced2">
Div here</div>
This div border color is #dcced2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,206,210, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcced2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcced2; -webkit-box-shadow: 1px 1px 3px 2px #dcced2; box-shadow: 1px 1px 3px 2px #dcced2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,206,210, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcced2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcced2; -webkit-box-shadow: 1px 1px 3px 2px #dcced2; box-shadow: 1px 1px 3px 2px #dcced2;">
Div content here</div>
This div box has shadow with color #dcced2
#dcced2 Color Palettes
Comments
No comments written yet.
Please login to write comment.