Shades of Lilac #CAACC8
Tints of Lilac #CAACC8
RGB
CMYK
RGB Variations
Color information
#CAACC8 (or 0xCAACC8) is known color: Lilac. HEX triplet: CA, AC and C8. RGB value is (202,172,200). Sum of RGB (Red+Green+Blue) = 202+172+200=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACC8 is #355337. Grayscale: #B8B8B8. Windows color (decimal): -3494712 or 13151434. OLE color: 13151434.
HSL color Cylindrical-coordinate representation of color #CAACC8: hue angle of 304º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAACC8 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 172 | 200 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.21 |
| HSL | 304º | 0.22% | 0.73% | - |
| HSV(B) | 304º | 0.15% | 0.79% | - |
| XYZ | 49.53 | 46.23 | 60.96 | - |
| YUV | 184.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 200 | 0 | 0.15 | 0.01 | 0.21 | 304 | 0.22 | 0.73 |
| Hex | CA | AC | C8 | 0 | F | 1 | 15 | 130 | 16 | 49 |
| Octal | 312 | 254 | 310 | 0 | 17 | 1 | 25 | 460 | 26 | 111 |
| Binary | 11001010 | 10101100 | 11001000 | 0 | 1111 | 1 | 10101 | 100110000 | 10110 | 1001001 |
Color Harmonies of #CAACC8
Complementary color
Monochromatic Colors of #CAACC8
Black with #CAACC8
Text Example
Text Example
White with #CAACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACC8; }
p { color: rgb(202,172,200); }
H1.HeaderClassName
{
color: #CAACC8;
}
.AnyTagClassName
{
color: #CAACC8;
}
</style>
background-color css
<style>
a { background-color: #CAACC8; }
a { background-color: rgb(202,172,200); }
div.DivClassName
{
background-color: #CAACC8;
}
.BgClassName
{
background-color: #CAACC8;
}
</style>
border-color css
<style>
span { border-color: #CAACC8; }
span { border-color: rgb(202,172,200); }
td.TdClassName
{
border-color: #CAACC8;
}
.TagClassName
{
border-color: #CAACC8;
}
</style>