Shades of Lilac #CAAEC9
Tints of Lilac #CAAEC9
RGB
CMYK
RGB Variations
Color information
#CAAEC9 (or 0xCAAEC9) is known color: Lilac. HEX triplet: CA, AE and C9. RGB value is (202,174,201). Sum of RGB (Red+Green+Blue) = 202+174+201=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEC9 is #355136. Grayscale: #B9B9B9. Windows color (decimal): -3494199 or 13217482. OLE color: 13217482.
HSL color Cylindrical-coordinate representation of color #CAAEC9: hue angle of 302.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAAEC9 is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 174 | 201 | - |
CMYK | 0 | 0.14 | 0.00 | 0.21 |
HSL | 302.14º | 0.21% | 0.74% | - |
HSV(B) | 302.14º | 0.14% | 0.79% | - |
XYZ | 50.04 | 47.05 | 61.7 | - |
YUV | 185.45 | 136.78 | 139.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 174 | 201 | 0 | 0.14 | 0.00 | 0.21 | 302.14 | 0.21 | 0.74 |
Hex | CA | AE | C9 | 0 | E | 0 | 15 | 12E | 15 | 4A |
Octal | 312 | 256 | 311 | 0 | 16 | 0 | 25 | 456 | 25 | 112 |
Binary | 11001010 | 10101110 | 11001001 | 0 | 1110 | 0 | 10101 | 100101110 | 10101 | 1001010 |
Color Harmonies of #CAAEC9
Complementary color
Monochromatic Colors of #CAAEC9
Black with #CAAEC9
Text Example
Text Example
White with #CAAEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEC9; }
p { color: rgb(202,174,201); }
H1.HeaderClassName
{
color: #CAAEC9;
}
.AnyTagClassName
{
color: #CAAEC9;
}
</style>
background-color css
<style>
a { background-color: #CAAEC9; }
a { background-color: rgb(202,174,201); }
div.DivClassName
{
background-color: #CAAEC9;
}
.BgClassName
{
background-color: #CAAEC9;
}
</style>
border-color css
<style>
span { border-color: #CAAEC9; }
span { border-color: rgb(202,174,201); }
td.TdClassName
{
border-color: #CAAEC9;
}
.TagClassName
{
border-color: #CAAEC9;
}
</style>