Shades of Lavender Grey #CACAE3
Tints of Lavender Grey #CACAE3
RGB
CMYK
RGB Variations
Color information
#CACAE3 (or 0xCACAE3) is known color: Lavender Grey. HEX triplet: CA, CA and E3. RGB value is (202,202,227). Sum of RGB (Red+Green+Blue) = 202+202+227=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 227 (89.06% from 255 or 35.97% from 631); Max value from RGB is 227 - color contains mainly: blue. Hex color #CACAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAE3 is #35351C. Grayscale: #CCCCCC. Windows color (decimal): -3487005 or 14928586. OLE color: 14928586.
HSL color Cylindrical-coordinate representation of color #CACAE3: hue angle of 240º degrees, saturation: 0.31, 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 #CACAE3 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 202 | 227 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.11 |
| HSL | 240º | 0.31% | 0.84% | - |
| HSV(B) | 240º | 0.11% | 0.89% | - |
| XYZ | 59.34 | 60.34 | 81.19 | - |
| YUV | 204.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 227 | 0.11 | 0.11 | 0 | 0.11 | 240 | 0.31 | 0.84 |
| Hex | CA | CA | E3 | B | B | 0 | B | F0 | 1F | 54 |
| Octal | 312 | 312 | 343 | 13 | 13 | 0 | 13 | 360 | 37 | 124 |
| Binary | 11001010 | 11001010 | 11100011 | 1011 | 1011 | 0 | 1011 | 11110000 | 11111 | 1010100 |
Color Harmonies of #CACAE3
Complementary color
Monochromatic Colors of #CACAE3
Black with #CACAE3
Text Example
Text Example
White with #CACAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAE3; }
p { color: rgb(202,202,227); }
H1.HeaderClassName
{
color: #CACAE3;
}
.AnyTagClassName
{
color: #CACAE3;
}
</style>
background-color css
<style>
a { background-color: #CACAE3; }
a { background-color: rgb(202,202,227); }
div.DivClassName
{
background-color: #CACAE3;
}
.BgClassName
{
background-color: #CACAE3;
}
</style>
border-color css
<style>
span { border-color: #CACAE3; }
span { border-color: rgb(202,202,227); }
td.TdClassName
{
border-color: #CACAE3;
}
.TagClassName
{
border-color: #CACAE3;
}
</style>