Shades of Very Light Grey #D4CACA
Tints of Very Light Grey #D4CACA
RGB
CMYK
RGB Variations
Color information
#D4CACA (or 0xD4CACA) is known color: Very Light Grey. HEX triplet: D4, CA and CA. RGB value is (212,202,202). Sum of RGB (Red+Green+Blue) = 212+202+202=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CACA is #2B3535. Grayscale: #CCCCCC. Windows color (decimal): -2831670 or 13290196. OLE color: 13290196.
HSL color Cylindrical-coordinate representation of color #D4CACA: hue angle of 0º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D4CACA is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 202 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.17 |
| HSL | 0º | 0.1% | 0.81% | - |
| HSV(B) | 0º | 0.05% | 0.83% | - |
| XYZ | 58.93 | 60.5 | 64.45 | - |
| YUV | 204.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 202 | 0 | 0.05 | 0.05 | 0.17 | 0 | 0.1 | 0.81 |
| Hex | D4 | CA | CA | 0 | 5 | 5 | 11 | 0 | A | 51 |
| Octal | 324 | 312 | 312 | 0 | 5 | 5 | 21 | 0 | 12 | 121 |
| Binary | 11010100 | 11001010 | 11001010 | 0 | 101 | 101 | 10001 | 0 | 1010 | 1010001 |
Color Harmonies of #D4CACA
Complementary color
Monochromatic Colors of #D4CACA
Black with #D4CACA
Text Example
Text Example
White with #D4CACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CACA; }
p { color: rgb(212,202,202); }
H1.HeaderClassName
{
color: #D4CACA;
}
.AnyTagClassName
{
color: #D4CACA;
}
</style>
background-color css
<style>
a { background-color: #D4CACA; }
a { background-color: rgb(212,202,202); }
div.DivClassName
{
background-color: #D4CACA;
}
.BgClassName
{
background-color: #D4CACA;
}
</style>
border-color css
<style>
span { border-color: #D4CACA; }
span { border-color: rgb(212,202,202); }
td.TdClassName
{
border-color: #D4CACA;
}
.TagClassName
{
border-color: #D4CACA;
}
</style>