Shades of Lavender Grey #CAC9E0
Tints of Lavender Grey #CAC9E0
RGB
CMYK
RGB Variations
Color information
#CAC9E0 (or 0xCAC9E0) is known color: Lavender Grey. HEX triplet: CA, C9 and E0. RGB value is (202,201,224). Sum of RGB (Red+Green+Blue) = 202+201+224=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 224 - color contains mainly: blue. Hex color #CAC9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9E0 is #35361F. Grayscale: #CBCBCB. Windows color (decimal): -3487264 or 14731722. OLE color: 14731722.
HSL color Cylindrical-coordinate representation of color #CAC9E0: hue angle of 242.61º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAC9E0 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 201 | 224 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.12 |
| HSL | 242.61º | 0.27% | 0.83% | - |
| HSV(B) | 242.61º | 0.1% | 0.88% | - |
| XYZ | 58.7 | 59.71 | 78.95 | - |
| YUV | 203.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 224 | 0.10 | 0.10 | 0 | 0.12 | 242.61 | 0.27 | 0.83 |
| Hex | CA | C9 | E0 | A | A | 0 | C | F3 | 1B | 53 |
| Octal | 312 | 311 | 340 | 12 | 12 | 0 | 14 | 363 | 33 | 123 |
| Binary | 11001010 | 11001001 | 11100000 | 1010 | 1010 | 0 | 1100 | 11110011 | 11011 | 1010011 |
Color Harmonies of #CAC9E0
Complementary color
Monochromatic Colors of #CAC9E0
Black with #CAC9E0
Text Example
Text Example
White with #CAC9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9E0; }
p { color: rgb(202,201,224); }
H1.HeaderClassName
{
color: #CAC9E0;
}
.AnyTagClassName
{
color: #CAC9E0;
}
</style>
background-color css
<style>
a { background-color: #CAC9E0; }
a { background-color: rgb(202,201,224); }
div.DivClassName
{
background-color: #CAC9E0;
}
.BgClassName
{
background-color: #CAC9E0;
}
</style>
border-color css
<style>
span { border-color: #CAC9E0; }
span { border-color: rgb(202,201,224); }
td.TdClassName
{
border-color: #CAC9E0;
}
.TagClassName
{
border-color: #CAC9E0;
}
</style>