Shades of Lilac #CAAECA
Tints of Lilac #CAAECA
RGB
CMYK
RGB Variations
Color information
#CAAECA (or 0xCAAECA) is known color: Lilac. HEX triplet: CA, AE and CA. RGB value is (202,174,202). Sum of RGB (Red+Green+Blue) = 202+174+202=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAAECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAECA is #355135. Grayscale: #B9B9B9. Windows color (decimal): -3494198 or 13283018. OLE color: 13283018.
HSL color Cylindrical-coordinate representation of color #CAAECA: hue angle of 300º 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 #CAAECA is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 174 | 202 | - |
CMYK | 0 | 0.14 | 0 | 0.21 |
HSL | 300º | 0.21% | 0.74% | - |
HSV(B) | 300º | 0.14% | 0.79% | - |
XYZ | 50.15 | 47.09 | 62.32 | - |
YUV | 185.56 | 137.28 | 139.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 174 | 202 | 0 | 0.14 | 0 | 0.21 | 300 | 0.21 | 0.74 |
Hex | CA | AE | CA | 0 | E | 0 | 15 | 12C | 15 | 4A |
Octal | 312 | 256 | 312 | 0 | 16 | 0 | 25 | 454 | 25 | 112 |
Binary | 11001010 | 10101110 | 11001010 | 0 | 1110 | 0 | 10101 | 100101100 | 10101 | 1001010 |
Color Harmonies of #CAAECA
Complementary color
Monochromatic Colors of #CAAECA
Black with #CAAECA
Text Example
Text Example
White with #CAAECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAECA; }
p { color: rgb(202,174,202); }
H1.HeaderClassName
{
color: #CAAECA;
}
.AnyTagClassName
{
color: #CAAECA;
}
</style>
background-color css
<style>
a { background-color: #CAAECA; }
a { background-color: rgb(202,174,202); }
div.DivClassName
{
background-color: #CAAECA;
}
.BgClassName
{
background-color: #CAAECA;
}
</style>
border-color css
<style>
span { border-color: #CAAECA; }
span { border-color: rgb(202,174,202); }
td.TdClassName
{
border-color: #CAAECA;
}
.TagClassName
{
border-color: #CAAECA;
}
</style>