Shades of Lavender Grey #CAC8DF
Tints of Lavender Grey #CAC8DF
RGB
CMYK
RGB Variations
Color information
#CAC8DF (or 0xCAC8DF) is known color: Lavender Grey. HEX triplet: CA, C8 and DF. RGB value is (202,200,223). Sum of RGB (Red+Green+Blue) = 202+200+223=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAC8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8DF is #353720. Grayscale: #CBCBCB. Windows color (decimal): -3487521 or 14665930. OLE color: 14665930.
HSL color Cylindrical-coordinate representation of color #CAC8DF: hue angle of 245.22º degrees, saturation: 0.26, 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 #CAC8DF is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 200 | 223 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.13 |
| HSL | 245.22º | 0.26% | 0.83% | - |
| HSV(B) | 245.22º | 0.1% | 0.87% | - |
| XYZ | 58.33 | 59.19 | 78.16 | - |
| YUV | 203.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 223 | 0.09 | 0.10 | 0 | 0.13 | 245.22 | 0.26 | 0.83 |
| Hex | CA | C8 | DF | 9 | A | 0 | D | F5 | 1A | 53 |
| Octal | 312 | 310 | 337 | 11 | 12 | 0 | 15 | 365 | 32 | 123 |
| Binary | 11001010 | 11001000 | 11011111 | 1001 | 1010 | 0 | 1101 | 11110101 | 11010 | 1010011 |
Color Harmonies of #CAC8DF
Complementary color
Monochromatic Colors of #CAC8DF
Black with #CAC8DF
Text Example
Text Example
White with #CAC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8DF; }
p { color: rgb(202,200,223); }
H1.HeaderClassName
{
color: #CAC8DF;
}
.AnyTagClassName
{
color: #CAC8DF;
}
</style>
background-color css
<style>
a { background-color: #CAC8DF; }
a { background-color: rgb(202,200,223); }
div.DivClassName
{
background-color: #CAC8DF;
}
.BgClassName
{
background-color: #CAC8DF;
}
</style>
border-color css
<style>
span { border-color: #CAC8DF; }
span { border-color: rgb(202,200,223); }
td.TdClassName
{
border-color: #CAC8DF;
}
.TagClassName
{
border-color: #CAC8DF;
}
</style>