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