Shades of Lavender Grey #CACAE0
Tints of Lavender Grey #CACAE0
RGB
CMYK
RGB Variations
Color information
#CACAE0 (or 0xCACAE0) is known color: Lavender Grey. HEX triplet: CA, CA and E0. RGB value is (202,202,224). Sum of RGB (Red+Green+Blue) = 202+202+224=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 224 (87.89% from 255 or 35.67% from 628); Max value from RGB is 224 - color contains mainly: blue. Hex color #CACAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAE0 is #35351F. Grayscale: #CCCCCC. Windows color (decimal): -3487008 or 14731978. OLE color: 14731978.
HSL color Cylindrical-coordinate representation of color #CACAE0: hue angle of 240º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CACAE0 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 202 | 224 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.12 |
| HSL | 240º | 0.26% | 0.84% | - |
| HSV(B) | 240º | 0.1% | 0.88% | - |
| XYZ | 58.93 | 60.18 | 79.03 | - |
| YUV | 204.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 224 | 0.10 | 0.10 | 0 | 0.12 | 240 | 0.26 | 0.84 |
| Hex | CA | CA | E0 | A | A | 0 | C | F0 | 1A | 54 |
| Octal | 312 | 312 | 340 | 12 | 12 | 0 | 14 | 360 | 32 | 124 |
| Binary | 11001010 | 11001010 | 11100000 | 1010 | 1010 | 0 | 1100 | 11110000 | 11010 | 1010100 |
Color Harmonies of #CACAE0
Complementary color
Monochromatic Colors of #CACAE0
Black with #CACAE0
Text Example
Text Example
White with #CACAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAE0; }
p { color: rgb(202,202,224); }
H1.HeaderClassName
{
color: #CACAE0;
}
.AnyTagClassName
{
color: #CACAE0;
}
</style>
background-color css
<style>
a { background-color: #CACAE0; }
a { background-color: rgb(202,202,224); }
div.DivClassName
{
background-color: #CACAE0;
}
.BgClassName
{
background-color: #CACAE0;
}
</style>
border-color css
<style>
span { border-color: #CACAE0; }
span { border-color: rgb(202,202,224); }
td.TdClassName
{
border-color: #CACAE0;
}
.TagClassName
{
border-color: #CACAE0;
}
</style>