Shades of Lilac #CCA8D2
Tints of Lilac #CCA8D2
RGB
CMYK
RGB Variations
Color information
#CCA8D2 (or 0xCCA8D2) is known color: Lilac. HEX triplet: CC, A8 and D2. RGB value is (204,168,210). Sum of RGB (Red+Green+Blue) = 204+168+210=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 168 (66.02% from 255 or 28.87% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCA8D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8D2 is #33572D. Grayscale: #B7B7B7. Windows color (decimal): -3364654 or 13805772. OLE color: 13805772.
HSL color Cylindrical-coordinate representation of color #CCA8D2: hue angle of 291.43º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCA8D2 is Cyan = 0.03, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 168 | 210 | - |
CMYK | 0.03 | 0.2 | 0 | 0.18 |
HSL | 291.43º | 0.32% | 0.74% | - |
HSV(B) | 291.43º | 0.2% | 0.82% | - |
XYZ | 50.54 | 45.5 | 67.09 | - |
YUV | 183.55 | 142.93 | 142.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 168 | 210 | 0.03 | 0.2 | 0 | 0.18 | 291.43 | 0.32 | 0.74 |
Hex | CC | A8 | D2 | 3 | 14 | 0 | 12 | 123 | 20 | 4A |
Octal | 314 | 250 | 322 | 3 | 24 | 0 | 22 | 443 | 40 | 112 |
Binary | 11001100 | 10101000 | 11010010 | 11 | 10100 | 0 | 10010 | 100100011 | 100000 | 1001010 |
Color Harmonies of #CCA8D2
Complementary color
Monochromatic Colors of #CCA8D2
Black with #CCA8D2
Text Example
Text Example
White with #CCA8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8D2; }
p { color: rgb(204,168,210); }
H1.HeaderClassName
{
color: #CCA8D2;
}
.AnyTagClassName
{
color: #CCA8D2;
}
</style>
background-color css
<style>
a { background-color: #CCA8D2; }
a { background-color: rgb(204,168,210); }
div.DivClassName
{
background-color: #CCA8D2;
}
.BgClassName
{
background-color: #CCA8D2;
}
</style>
border-color css
<style>
span { border-color: #CCA8D2; }
span { border-color: rgb(204,168,210); }
td.TdClassName
{
border-color: #CCA8D2;
}
.TagClassName
{
border-color: #CCA8D2;
}
</style>