Shades of Lavender Grey #CAC8D9
Tints of Lavender Grey #CAC8D9
RGB
CMYK
RGB Variations
Color information
#CAC8D9 (or 0xCAC8D9) is known color: Lavender Grey. HEX triplet: CA, C8 and D9. RGB value is (202,200,217). Sum of RGB (Red+Green+Blue) = 202+200+217=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAC8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8D9 is #353726. Grayscale: #CACACA. Windows color (decimal): -3487527 or 14272714. OLE color: 14272714.
HSL color Cylindrical-coordinate representation of color #CAC8D9: hue angle of 247.06º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAC8D9 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 200 | 217 | - |
CMYK | 0.07 | 0.08 | 0 | 0.15 |
HSL | 247.06º | 0.18% | 0.82% | - |
HSV(B) | 247.06º | 0.08% | 0.85% | - |
XYZ | 57.54 | 58.87 | 73.98 | - |
YUV | 202.54 | 136.16 | 127.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 200 | 217 | 0.07 | 0.08 | 0 | 0.15 | 247.06 | 0.18 | 0.82 |
Hex | CA | C8 | D9 | 7 | 8 | 0 | F | F7 | 12 | 52 |
Octal | 312 | 310 | 331 | 7 | 10 | 0 | 17 | 367 | 22 | 122 |
Binary | 11001010 | 11001000 | 11011001 | 111 | 1000 | 0 | 1111 | 11110111 | 10010 | 1010010 |
Color Harmonies of #CAC8D9
Complementary color
Monochromatic Colors of #CAC8D9
Black with #CAC8D9
Text Example
Text Example
White with #CAC8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8D9; }
p { color: rgb(202,200,217); }
H1.HeaderClassName
{
color: #CAC8D9;
}
.AnyTagClassName
{
color: #CAC8D9;
}
</style>
background-color css
<style>
a { background-color: #CAC8D9; }
a { background-color: rgb(202,200,217); }
div.DivClassName
{
background-color: #CAC8D9;
}
.BgClassName
{
background-color: #CAC8D9;
}
</style>
border-color css
<style>
span { border-color: #CAC8D9; }
span { border-color: rgb(202,200,217); }
td.TdClassName
{
border-color: #CAC8D9;
}
.TagClassName
{
border-color: #CAC8D9;
}
</style>