Shades of Lilac #CAAECD
Tints of Lilac #CAAECD
RGB
CMYK
RGB Variations
Color information
#CAAECD (or 0xCAAECD) is known color: Lilac. HEX triplet: CA, AE and CD. RGB value is (202,174,205). Sum of RGB (Red+Green+Blue) = 202+174+205=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAAECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAECD is #355132. Grayscale: #B9B9B9. Windows color (decimal): -3494195 or 13479626. OLE color: 13479626.
HSL color Cylindrical-coordinate representation of color #CAAECD: hue angle of 294.19º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAAECD is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 174 | 205 | - |
CMYK | 0.01 | 0.15 | 0 | 0.20 |
HSL | 294.19º | 0.24% | 0.74% | - |
HSV(B) | 294.19º | 0.15% | 0.8% | - |
XYZ | 50.51 | 47.24 | 64.21 | - |
YUV | 185.91 | 138.78 | 139.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 174 | 205 | 0.01 | 0.15 | 0 | 0.20 | 294.19 | 0.24 | 0.74 |
Hex | CA | AE | CD | 1 | F | 0 | 14 | 126 | 18 | 4A |
Octal | 312 | 256 | 315 | 1 | 17 | 0 | 24 | 446 | 30 | 112 |
Binary | 11001010 | 10101110 | 11001101 | 1 | 1111 | 0 | 10100 | 100100110 | 11000 | 1001010 |
Color Harmonies of #CAAECD
Complementary color
Monochromatic Colors of #CAAECD
Black with #CAAECD
Text Example
Text Example
White with #CAAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAECD; }
p { color: rgb(202,174,205); }
H1.HeaderClassName
{
color: #CAAECD;
}
.AnyTagClassName
{
color: #CAAECD;
}
</style>
background-color css
<style>
a { background-color: #CAAECD; }
a { background-color: rgb(202,174,205); }
div.DivClassName
{
background-color: #CAAECD;
}
.BgClassName
{
background-color: #CAAECD;
}
</style>
border-color css
<style>
span { border-color: #CAAECD; }
span { border-color: rgb(202,174,205); }
td.TdClassName
{
border-color: #CAAECD;
}
.TagClassName
{
border-color: #CAAECD;
}
</style>