Shades of Very Light Grey #D9CACA
Tints of Very Light Grey #D9CACA
RGB
CMYK
RGB Variations
Color information
#D9CACA (or 0xD9CACA) is known color: Very Light Grey. HEX triplet: D9, CA and CA. RGB value is (217,202,202). Sum of RGB (Red+Green+Blue) = 217+202+202=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CACA is #263535. Grayscale: #CECECE. Windows color (decimal): -2503990 or 13290201. OLE color: 13290201.
HSL color Cylindrical-coordinate representation of color #D9CACA: hue angle of 0º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9CACA is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 202 | 202 | - |
CMYK | 0 | 0.07 | 0.07 | 0.15 |
HSL | 0º | 0.16% | 0.82% | - |
HSV(B) | 0º | 0.07% | 0.85% | - |
XYZ | 60.4 | 61.26 | 64.52 | - |
YUV | 206.49 | 125.47 | 135.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 202 | 202 | 0 | 0.07 | 0.07 | 0.15 | 0 | 0.16 | 0.82 |
Hex | D9 | CA | CA | 0 | 7 | 7 | F | 0 | 10 | 52 |
Octal | 331 | 312 | 312 | 0 | 7 | 7 | 17 | 0 | 20 | 122 |
Binary | 11011001 | 11001010 | 11001010 | 0 | 111 | 111 | 1111 | 0 | 10000 | 1010010 |
Color Harmonies of #D9CACA
Complementary color
Monochromatic Colors of #D9CACA
Black with #D9CACA
Text Example
Text Example
White with #D9CACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CACA; }
p { color: rgb(217,202,202); }
H1.HeaderClassName
{
color: #D9CACA;
}
.AnyTagClassName
{
color: #D9CACA;
}
</style>
background-color css
<style>
a { background-color: #D9CACA; }
a { background-color: rgb(217,202,202); }
div.DivClassName
{
background-color: #D9CACA;
}
.BgClassName
{
background-color: #D9CACA;
}
</style>
border-color css
<style>
span { border-color: #D9CACA; }
span { border-color: rgb(217,202,202); }
td.TdClassName
{
border-color: #D9CACA;
}
.TagClassName
{
border-color: #D9CACA;
}
</style>