Shades of Lilac #CAA9D0
Tints of Lilac #CAA9D0
RGB
CMYK
RGB Variations
Color information
#CAA9D0 (or 0xCAA9D0) is known color: Lilac. HEX triplet: CA, A9 and D0. RGB value is (202,169,208). Sum of RGB (Red+Green+Blue) = 202+169+208=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAA9D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9D0 is #35562F. Grayscale: #B7B7B7. Windows color (decimal): -3495472 or 13674954. OLE color: 13674954.
HSL color Cylindrical-coordinate representation of color #CAA9D0: hue angle of 290.77º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA9D0 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 169 | 208 | - |
CMYK | 0.03 | 0.19 | 0 | 0.18 |
HSL | 290.77º | 0.29% | 0.74% | - |
HSV(B) | 290.77º | 0.19% | 0.82% | - |
XYZ | 49.93 | 45.49 | 65.82 | - |
YUV | 183.31 | 141.93 | 141.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 169 | 208 | 0.03 | 0.19 | 0 | 0.18 | 290.77 | 0.29 | 0.74 |
Hex | CA | A9 | D0 | 3 | 13 | 0 | 12 | 123 | 1D | 4A |
Octal | 312 | 251 | 320 | 3 | 23 | 0 | 22 | 443 | 35 | 112 |
Binary | 11001010 | 10101001 | 11010000 | 11 | 10011 | 0 | 10010 | 100100011 | 11101 | 1001010 |
Color Harmonies of #CAA9D0
Complementary color
Monochromatic Colors of #CAA9D0
Black with #CAA9D0
Text Example
Text Example
White with #CAA9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA9D0; }
p { color: rgb(202,169,208); }
H1.HeaderClassName
{
color: #CAA9D0;
}
.AnyTagClassName
{
color: #CAA9D0;
}
</style>
background-color css
<style>
a { background-color: #CAA9D0; }
a { background-color: rgb(202,169,208); }
div.DivClassName
{
background-color: #CAA9D0;
}
.BgClassName
{
background-color: #CAA9D0;
}
</style>
border-color css
<style>
span { border-color: #CAA9D0; }
span { border-color: rgb(202,169,208); }
td.TdClassName
{
border-color: #CAA9D0;
}
.TagClassName
{
border-color: #CAA9D0;
}
</style>