Shades of Light Grey #DDCACA
Tints of Light Grey #DDCACA
RGB
CMYK
RGB Variations
Color information
#DDCACA (or 0xDDCACA) is known color: Light Grey. HEX triplet: DD, CA and CA. RGB value is (221,202,202). Sum of RGB (Red+Green+Blue) = 221+202+202=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCACA is #223535. Grayscale: #CFCFCF. Windows color (decimal): -2241846 or 13290205. OLE color: 13290205.
HSL color Cylindrical-coordinate representation of color #DDCACA: hue angle of 0º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDCACA is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 202 | 202 | - |
CMYK | 0 | 0.09 | 0.09 | 0.13 |
HSL | 0º | 0.22% | 0.83% | - |
HSV(B) | 0º | 0.09% | 0.87% | - |
XYZ | 61.6 | 61.88 | 64.57 | - |
YUV | 207.68 | 124.79 | 137.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 202 | 202 | 0 | 0.09 | 0.09 | 0.13 | 0 | 0.22 | 0.83 |
Hex | DD | CA | CA | 0 | 9 | 9 | D | 0 | 16 | 53 |
Octal | 335 | 312 | 312 | 0 | 11 | 11 | 15 | 0 | 26 | 123 |
Binary | 11011101 | 11001010 | 11001010 | 0 | 1001 | 1001 | 1101 | 0 | 10110 | 1010011 |
Color Harmonies of #DDCACA
Complementary color
Monochromatic Colors of #DDCACA
Black with #DDCACA
Text Example
Text Example
White with #DDCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCACA; }
p { color: rgb(221,202,202); }
H1.HeaderClassName
{
color: #DDCACA;
}
.AnyTagClassName
{
color: #DDCACA;
}
</style>
background-color css
<style>
a { background-color: #DDCACA; }
a { background-color: rgb(221,202,202); }
div.DivClassName
{
background-color: #DDCACA;
}
.BgClassName
{
background-color: #DDCACA;
}
</style>
border-color css
<style>
span { border-color: #DDCACA; }
span { border-color: rgb(221,202,202); }
td.TdClassName
{
border-color: #DDCACA;
}
.TagClassName
{
border-color: #DDCACA;
}
</style>