Shades of Lilac #CAABCE
Tints of Lilac #CAABCE
RGB
CMYK
RGB Variations
Color information
#CAABCE (or 0xCAABCE) is known color: Lilac. HEX triplet: CA, AB and CE. RGB value is (202,171,206). Sum of RGB (Red+Green+Blue) = 202+171+206=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABCE is #355431. Grayscale: #B8B8B8. Windows color (decimal): -3494962 or 13544394. OLE color: 13544394.
HSL color Cylindrical-coordinate representation of color #CAABCE: hue angle of 293.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAABCE is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 171 | 206 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.19 |
| HSL | 293.14º | 0.26% | 0.74% | - |
| HSV(B) | 293.14º | 0.17% | 0.81% | - |
| XYZ | 50.06 | 46.14 | 64.66 | - |
| YUV | 184.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 206 | 0.02 | 0.17 | 0 | 0.19 | 293.14 | 0.26 | 0.74 |
| Hex | CA | AB | CE | 2 | 11 | 0 | 13 | 125 | 1A | 4A |
| Octal | 312 | 253 | 316 | 2 | 21 | 0 | 23 | 445 | 32 | 112 |
| Binary | 11001010 | 10101011 | 11001110 | 10 | 10001 | 0 | 10011 | 100100101 | 11010 | 1001010 |
Color Harmonies of #CAABCE
Complementary color
Monochromatic Colors of #CAABCE
Black with #CAABCE
Text Example
Text Example
White with #CAABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABCE; }
p { color: rgb(202,171,206); }
H1.HeaderClassName
{
color: #CAABCE;
}
.AnyTagClassName
{
color: #CAABCE;
}
</style>
background-color css
<style>
a { background-color: #CAABCE; }
a { background-color: rgb(202,171,206); }
div.DivClassName
{
background-color: #CAABCE;
}
.BgClassName
{
background-color: #CAABCE;
}
</style>
border-color css
<style>
span { border-color: #CAABCE; }
span { border-color: rgb(202,171,206); }
td.TdClassName
{
border-color: #CAABCE;
}
.TagClassName
{
border-color: #CAABCE;
}
</style>