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