Shades of Lilac #CCA2D0
Tints of Lilac #CCA2D0
RGB
CMYK
RGB Variations
Color information
#CCA2D0 (or 0xCCA2D0) is known color: Lilac. HEX triplet: CC, A2 and D0. RGB value is (204,162,208). Sum of RGB (Red+Green+Blue) = 204+162+208=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCA2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2D0 is #335D2F. Grayscale: #B3B3B3. Windows color (decimal): -3366192 or 13673164. OLE color: 13673164.
HSL color Cylindrical-coordinate representation of color #CCA2D0: hue angle of 294.78º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCA2D0 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 162 | 208 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.18 |
| HSL | 294.78º | 0.33% | 0.73% | - |
| HSV(B) | 294.78º | 0.22% | 0.82% | - |
| XYZ | 49.21 | 43.23 | 65.43 | - |
| YUV | 179.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 208 | 0.02 | 0.22 | 0 | 0.18 | 294.78 | 0.33 | 0.73 |
| Hex | CC | A2 | D0 | 2 | 16 | 0 | 12 | 127 | 21 | 49 |
| Octal | 314 | 242 | 320 | 2 | 26 | 0 | 22 | 447 | 41 | 111 |
| Binary | 11001100 | 10100010 | 11010000 | 10 | 10110 | 0 | 10010 | 100100111 | 100001 | 1001001 |
Color Harmonies of #CCA2D0
Complementary color
Monochromatic Colors of #CCA2D0
Black with #CCA2D0
Text Example
Text Example
White with #CCA2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA2D0; }
p { color: rgb(204,162,208); }
H1.HeaderClassName
{
color: #CCA2D0;
}
.AnyTagClassName
{
color: #CCA2D0;
}
</style>
background-color css
<style>
a { background-color: #CCA2D0; }
a { background-color: rgb(204,162,208); }
div.DivClassName
{
background-color: #CCA2D0;
}
.BgClassName
{
background-color: #CCA2D0;
}
</style>
border-color css
<style>
span { border-color: #CCA2D0; }
span { border-color: rgb(204,162,208); }
td.TdClassName
{
border-color: #CCA2D0;
}
.TagClassName
{
border-color: #CCA2D0;
}
</style>