Shades of Lavender Grey #CAC9D4
Tints of Lavender Grey #CAC9D4
RGB
CMYK
RGB Variations
Color information
#CAC9D4 (or 0xCAC9D4) is known color: Lavender Grey. HEX triplet: CA, C9 and D4. RGB value is (202,201,212). Sum of RGB (Red+Green+Blue) = 202+201+212=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 212 - color contains mainly: blue. Hex color #CAC9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9D4 is #35362B. Grayscale: #CACACA. Windows color (decimal): -3487276 or 13945290. OLE color: 13945290.
HSL color Cylindrical-coordinate representation of color #CAC9D4: hue angle of 245.45º degrees, saturation: 0.11, 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 #CAC9D4 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 202 | 201 | 212 | - |
CMYK | 0.05 | 0.05 | 0 | 0.17 |
HSL | 245.45º | 0.11% | 0.81% | - |
HSV(B) | 245.45º | 0.05% | 0.83% | - |
XYZ | 57.13 | 59.08 | 70.68 | - |
YUV | 202.55 | 133.33 | 127.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 201 | 212 | 0.05 | 0.05 | 0 | 0.17 | 245.45 | 0.11 | 0.81 |
Hex | CA | C9 | D4 | 5 | 5 | 0 | 11 | F5 | B | 51 |
Octal | 312 | 311 | 324 | 5 | 5 | 0 | 21 | 365 | 13 | 121 |
Binary | 11001010 | 11001001 | 11010100 | 101 | 101 | 0 | 10001 | 11110101 | 1011 | 1010001 |
Color Harmonies of #CAC9D4
Complementary color
Monochromatic Colors of #CAC9D4
Black with #CAC9D4
Text Example
Text Example
White with #CAC9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9D4; }
p { color: rgb(202,201,212); }
H1.HeaderClassName
{
color: #CAC9D4;
}
.AnyTagClassName
{
color: #CAC9D4;
}
</style>
background-color css
<style>
a { background-color: #CAC9D4; }
a { background-color: rgb(202,201,212); }
div.DivClassName
{
background-color: #CAC9D4;
}
.BgClassName
{
background-color: #CAC9D4;
}
</style>
border-color css
<style>
span { border-color: #CAC9D4; }
span { border-color: rgb(202,201,212); }
td.TdClassName
{
border-color: #CAC9D4;
}
.TagClassName
{
border-color: #CAC9D4;
}
</style>