Color spaces of #dccdd7
RGB | 220 | 205 | 215 |
---|---|---|---|
HSL | 0.89 | 0.18 | 0.83 |
HSV | 320° | 7° | 86° |
CMYK | 0.00 | 0.07 | 0.02 0.14 |
XYZ | 63.6123 | 63.7846 | 73.2489 |
Yxy | 63.7846 | 0.3170 | 0.3179 |
Hunter Lab | 79.8653 | 2.4102 | 1.5275 |
CIE-Lab | 83.8535 | 6.9555 | -3.0830 |
#dccdd7 color RGB value is (220,205,215).
#dccdd7 hex color red value is 220, green value is 205 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #dccdd7 hue: 0.89 , saturation: 0.18 and the lightness value of dccdd7 is 0.83.
The process color (four color CMYK) of #dccdd7 color hex is 0.00, 0.07, 0.02, 0.14. Web safe color of #dccdd7 is #cccccc. Color #dccdd7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001101 | 11010111 |
Octal | 334 | 315 | 327 |
Decimal | 220 | 205 | 215 |
Hex | DC | CD | D7 |
Shades of #dccdd7
Tints of #dccdd7
RGB Percentages of Color #dccdd7
CMYK Percentages of Color #dccdd7
Complementary Color
#dccdd7 | #cddcd2 |
#dccdd7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccdd7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccdd7 Color CSS Codes
.mybgcolor {background-color:#dccdd7; } .myforecolor {color:#dccdd7; } .mybordercolor {border:3px solid #dccdd7; }
#dccdd7 Text Font Color
<p style="color:#dccdd7">Text here</p>
This sample text font color is #dccdd7
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.
#dccdd7 Background Color
<div style="background-color:#dccdd7">
Div content here</div>
This div background color is #dccdd7
#dccdd7 Border Color
<div style="border:3px solid #dccdd7">
Div here</div>
This div border color is #dccdd7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,205,215, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccdd7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccdd7; -webkit-box-shadow: 1px 1px 3px 2px #dccdd7; box-shadow: 1px 1px 3px 2px #dccdd7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,205,215, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dccdd7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccdd7; -webkit-box-shadow: 1px 1px 3px 2px #dccdd7; box-shadow: 1px 1px 3px 2px #dccdd7;">
Div content here</div>
This div box has shadow with color #dccdd7
Comments
No comments written yet.
Please login to write comment.