Shades of Lavender Grey #CACAE5
Tints of Lavender Grey #CACAE5
RGB
CMYK
RGB Variations
Color information
#CACAE5 (or 0xCACAE5) is known color: Lavender Grey. HEX triplet: CA, CA and E5. RGB value is (202,202,229). Sum of RGB (Red+Green+Blue) = 202+202+229=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 229 - color contains mainly: blue. Hex color #CACAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAE5 is #35351A. Grayscale: #CCCCCC. Windows color (decimal): -3487003 or 15059658. OLE color: 15059658.
HSL color Cylindrical-coordinate representation of color #CACAE5: hue angle of 240º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CACAE5 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 202 | 202 | 229 | - |
CMYK | 0.12 | 0.12 | 0 | 0.10 |
HSL | 240º | 0.34% | 0.85% | - |
HSV(B) | 240º | 0.12% | 0.9% | - |
XYZ | 59.62 | 60.45 | 82.66 | - |
YUV | 205.08 | 141.5 | 125.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 229 | 0.12 | 0.12 | 0 | 0.10 | 240 | 0.34 | 0.85 |
Hex | CA | CA | E5 | C | C | 0 | A | F0 | 22 | 55 |
Octal | 312 | 312 | 345 | 14 | 14 | 0 | 12 | 360 | 42 | 125 |
Binary | 11001010 | 11001010 | 11100101 | 1100 | 1100 | 0 | 1010 | 11110000 | 100010 | 1010101 |
Color Harmonies of #CACAE5
Complementary color
Monochromatic Colors of #CACAE5
Black with #CACAE5
Text Example
Text Example
White with #CACAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAE5; }
p { color: rgb(202,202,229); }
H1.HeaderClassName
{
color: #CACAE5;
}
.AnyTagClassName
{
color: #CACAE5;
}
</style>
background-color css
<style>
a { background-color: #CACAE5; }
a { background-color: rgb(202,202,229); }
div.DivClassName
{
background-color: #CACAE5;
}
.BgClassName
{
background-color: #CACAE5;
}
</style>
border-color css
<style>
span { border-color: #CACAE5; }
span { border-color: rgb(202,202,229); }
td.TdClassName
{
border-color: #CACAE5;
}
.TagClassName
{
border-color: #CACAE5;
}
</style>