Shades of Lavender Grey #CAC9E4
Tints of Lavender Grey #CAC9E4
RGB
CMYK
RGB Variations
Color information
#CAC9E4 (or 0xCAC9E4) is known color: Lavender Grey. HEX triplet: CA, C9 and E4. RGB value is (202,201,228). Sum of RGB (Red+Green+Blue) = 202+201+228=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 228 (89.45% from 255 or 36.13% from 631); Max value from RGB is 228 - color contains mainly: blue. Hex color #CAC9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9E4 is #35361B. Grayscale: #CCCCCC. Windows color (decimal): -3487260 or 14993866. OLE color: 14993866.
HSL color Cylindrical-coordinate representation of color #CAC9E4: hue angle of 242.22º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAC9E4 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 201 | 228 | - |
CMYK | 0.11 | 0.12 | 0 | 0.11 |
HSL | 242.22º | 0.33% | 0.84% | - |
HSV(B) | 242.22º | 0.12% | 0.89% | - |
XYZ | 59.25 | 59.93 | 81.84 | - |
YUV | 204.38 | 141.33 | 126.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 201 | 228 | 0.11 | 0.12 | 0 | 0.11 | 242.22 | 0.33 | 0.84 |
Hex | CA | C9 | E4 | B | C | 0 | B | F2 | 21 | 54 |
Octal | 312 | 311 | 344 | 13 | 14 | 0 | 13 | 362 | 41 | 124 |
Binary | 11001010 | 11001001 | 11100100 | 1011 | 1100 | 0 | 1011 | 11110010 | 100001 | 1010100 |
Color Harmonies of #CAC9E4
Complementary color
Monochromatic Colors of #CAC9E4
Black with #CAC9E4
Text Example
Text Example
White with #CAC9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9E4; }
p { color: rgb(202,201,228); }
H1.HeaderClassName
{
color: #CAC9E4;
}
.AnyTagClassName
{
color: #CAC9E4;
}
</style>
background-color css
<style>
a { background-color: #CAC9E4; }
a { background-color: rgb(202,201,228); }
div.DivClassName
{
background-color: #CAC9E4;
}
.BgClassName
{
background-color: #CAC9E4;
}
</style>
border-color css
<style>
span { border-color: #CAC9E4; }
span { border-color: rgb(202,201,228); }
td.TdClassName
{
border-color: #CAC9E4;
}
.TagClassName
{
border-color: #CAC9E4;
}
</style>