Shades of Lilac #CCA8D0
Tints of Lilac #CCA8D0
RGB
CMYK
RGB Variations
Color information
#CCA8D0 (or 0xCCA8D0) is known color: Lilac. HEX triplet: CC, A8 and D0. RGB value is (204,168,208). Sum of RGB (Red+Green+Blue) = 204+168+208=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCA8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8D0 is #33572F. Grayscale: #B7B7B7. Windows color (decimal): -3364656 or 13674700. OLE color: 13674700.
HSL color Cylindrical-coordinate representation of color #CCA8D0: hue angle of 294º degrees, saturation: 0.3, 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 #CCA8D0 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 168 | 208 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.18 |
| HSL | 294º | 0.3% | 0.74% | - |
| HSV(B) | 294º | 0.19% | 0.82% | - |
| XYZ | 50.29 | 45.4 | 65.79 | - |
| YUV | 183.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 208 | 0.02 | 0.19 | 0 | 0.18 | 294 | 0.3 | 0.74 |
| Hex | CC | A8 | D0 | 2 | 13 | 0 | 12 | 126 | 1E | 4A |
| Octal | 314 | 250 | 320 | 2 | 23 | 0 | 22 | 446 | 36 | 112 |
| Binary | 11001100 | 10101000 | 11010000 | 10 | 10011 | 0 | 10010 | 100100110 | 11110 | 1001010 |
Color Harmonies of #CCA8D0
Complementary color
Monochromatic Colors of #CCA8D0
Black with #CCA8D0
Text Example
Text Example
White with #CCA8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8D0; }
p { color: rgb(204,168,208); }
H1.HeaderClassName
{
color: #CCA8D0;
}
.AnyTagClassName
{
color: #CCA8D0;
}
</style>
background-color css
<style>
a { background-color: #CCA8D0; }
a { background-color: rgb(204,168,208); }
div.DivClassName
{
background-color: #CCA8D0;
}
.BgClassName
{
background-color: #CCA8D0;
}
</style>
border-color css
<style>
span { border-color: #CCA8D0; }
span { border-color: rgb(204,168,208); }
td.TdClassName
{
border-color: #CCA8D0;
}
.TagClassName
{
border-color: #CCA8D0;
}
</style>