Color spaces of #dcdcc3
RGB | 220 | 220 | 195 |
---|---|---|---|
HSL | 0.17 | 0.26 | 0.81 |
HSV | 60° | 11° | 86° |
CMYK | 0.00 | 0.00 | 0.11 0.14 |
XYZ | 64.9587 | 70.3422 | 61.7835 |
Yxy | 70.3422 | 0.3296 | 0.3569 |
Hunter Lab | 83.8703 | -8.5222 | 15.0329 |
CIE-Lab | 87.1644 | -4.2516 | 12.2924 |
#dcdcc3 color RGB value is (220,220,195).
#dcdcc3 hex color red value is 220, green value is 220 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #dcdcc3 hue: 0.17 , saturation: 0.26 and the lightness value of dcdcc3 is 0.81.
The process color (four color CMYK) of #dcdcc3 color hex is 0.00, 0.00, 0.11, 0.14. Web safe color of #dcdcc3 is #cccccc. Color #dcdcc3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11011100 | 11000011 |
Octal | 334 | 334 | 303 |
Decimal | 220 | 220 | 195 |
Hex | DC | DC | C3 |
Shades of #dcdcc3
Tints of #dcdcc3
RGB Percentages of Color #dcdcc3
CMYK Percentages of Color #dcdcc3
Complementary Color
#dcdcc3 | #c3c3dc |
#dcdcc3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcdcc3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcdcc3 Color CSS Codes
.mybgcolor {background-color:#dcdcc3; } .myforecolor {color:#dcdcc3; } .mybordercolor {border:3px solid #dcdcc3; }
#dcdcc3 Text Font Color
<p style="color:#dcdcc3">Text here</p>
This sample text font color is #dcdcc3
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.
#dcdcc3 Background Color
<div style="background-color:#dcdcc3">
Div content here</div>
This div background color is #dcdcc3
#dcdcc3 Border Color
<div style="border:3px solid #dcdcc3">
Div here</div>
This div border color is #dcdcc3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,220,195, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcdcc3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcdcc3; -webkit-box-shadow: 1px 1px 3px 2px #dcdcc3; box-shadow: 1px 1px 3px 2px #dcdcc3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,220,195, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcdcc3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcdcc3; -webkit-box-shadow: 1px 1px 3px 2px #dcdcc3; box-shadow: 1px 1px 3px 2px #dcdcc3;">
Div content here</div>
This div box has shadow with color #dcdcc3
Comments
No comments written yet.
Please login to write comment.