Shades of Lavender Grey #CAC9E2
Tints of Lavender Grey #CAC9E2
RGB
CMYK
RGB Variations
Color information
#CAC9E2 (or 0xCAC9E2) is known color: Lavender Grey. HEX triplet: CA, C9 and E2. RGB value is (202,201,226). Sum of RGB (Red+Green+Blue) = 202+201+226=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 226 (88.67% from 255 or 35.93% from 629); Max value from RGB is 226 - color contains mainly: blue. Hex color #CAC9E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9E2 is #35361D. Grayscale: #CCCCCC. Windows color (decimal): -3487262 or 14862794. OLE color: 14862794.
HSL color Cylindrical-coordinate representation of color #CAC9E2: hue angle of 242.4º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAC9E2 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 201 | 226 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.11 |
| HSL | 242.4º | 0.3% | 0.84% | - |
| HSV(B) | 242.4º | 0.11% | 0.89% | - |
| XYZ | 58.97 | 59.82 | 80.39 | - |
| YUV | 204.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 226 | 0.11 | 0.11 | 0 | 0.11 | 242.4 | 0.3 | 0.84 |
| Hex | CA | C9 | E2 | B | B | 0 | B | F2 | 1E | 54 |
| Octal | 312 | 311 | 342 | 13 | 13 | 0 | 13 | 362 | 36 | 124 |
| Binary | 11001010 | 11001001 | 11100010 | 1011 | 1011 | 0 | 1011 | 11110010 | 11110 | 1010100 |
Color Harmonies of #CAC9E2
Complementary color
Monochromatic Colors of #CAC9E2
Black with #CAC9E2
Text Example
Text Example
White with #CAC9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9E2; }
p { color: rgb(202,201,226); }
H1.HeaderClassName
{
color: #CAC9E2;
}
.AnyTagClassName
{
color: #CAC9E2;
}
</style>
background-color css
<style>
a { background-color: #CAC9E2; }
a { background-color: rgb(202,201,226); }
div.DivClassName
{
background-color: #CAC9E2;
}
.BgClassName
{
background-color: #CAC9E2;
}
</style>
border-color css
<style>
span { border-color: #CAC9E2; }
span { border-color: rgb(202,201,226); }
td.TdClassName
{
border-color: #CAC9E2;
}
.TagClassName
{
border-color: #CAC9E2;
}
</style>