Shades of Lavender Grey #CAC8DD
Tints of Lavender Grey #CAC8DD
RGB
CMYK
RGB Variations
Color information
#CAC8DD (or 0xCAC8DD) is known color: Lavender Grey. HEX triplet: CA, C8 and DD. RGB value is (202,200,221). Sum of RGB (Red+Green+Blue) = 202+200+221=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAC8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8DD is #353722. Grayscale: #CACACA. Windows color (decimal): -3487523 or 14534858. OLE color: 14534858.
HSL color Cylindrical-coordinate representation of color #CAC8DD: hue angle of 245.71º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAC8DD is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 200 | 221 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.13 |
| HSL | 245.71º | 0.24% | 0.83% | - |
| HSV(B) | 245.71º | 0.1% | 0.87% | - |
| XYZ | 58.06 | 59.09 | 76.75 | - |
| YUV | 202.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 221 | 0.09 | 0.10 | 0 | 0.13 | 245.71 | 0.24 | 0.83 |
| Hex | CA | C8 | DD | 9 | A | 0 | D | F6 | 18 | 53 |
| Octal | 312 | 310 | 335 | 11 | 12 | 0 | 15 | 366 | 30 | 123 |
| Binary | 11001010 | 11001000 | 11011101 | 1001 | 1010 | 0 | 1101 | 11110110 | 11000 | 1010011 |
Color Harmonies of #CAC8DD
Complementary color
Monochromatic Colors of #CAC8DD
Black with #CAC8DD
Text Example
Text Example
White with #CAC8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8DD; }
p { color: rgb(202,200,221); }
H1.HeaderClassName
{
color: #CAC8DD;
}
.AnyTagClassName
{
color: #CAC8DD;
}
</style>
background-color css
<style>
a { background-color: #CAC8DD; }
a { background-color: rgb(202,200,221); }
div.DivClassName
{
background-color: #CAC8DD;
}
.BgClassName
{
background-color: #CAC8DD;
}
</style>
border-color css
<style>
span { border-color: #CAC8DD; }
span { border-color: rgb(202,200,221); }
td.TdClassName
{
border-color: #CAC8DD;
}
.TagClassName
{
border-color: #CAC8DD;
}
</style>