Shades of Lilac #CCA2D3
Tints of Lilac #CCA2D3
RGB
CMYK
RGB Variations
Color information
#CCA2D3 (or 0xCCA2D3) is known color: Lilac. HEX triplet: CC, A2 and D3. RGB value is (204,162,211). Sum of RGB (Red+Green+Blue) = 204+162+211=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCA2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2D3 is #335D2C. Grayscale: #B3B3B3. Windows color (decimal): -3366189 or 13869772. OLE color: 13869772.
HSL color Cylindrical-coordinate representation of color #CCA2D3: hue angle of 291.43º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCA2D3 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 162 | 211 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.17 |
| HSL | 291.43º | 0.36% | 0.73% | - |
| HSV(B) | 291.43º | 0.23% | 0.83% | - |
| XYZ | 49.58 | 43.38 | 67.39 | - |
| YUV | 180.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 211 | 0.03 | 0.23 | 0 | 0.17 | 291.43 | 0.36 | 0.73 |
| Hex | CC | A2 | D3 | 3 | 17 | 0 | 11 | 123 | 24 | 49 |
| Octal | 314 | 242 | 323 | 3 | 27 | 0 | 21 | 443 | 44 | 111 |
| Binary | 11001100 | 10100010 | 11010011 | 11 | 10111 | 0 | 10001 | 100100011 | 100100 | 1001001 |
Color Harmonies of #CCA2D3
Complementary color
Monochromatic Colors of #CCA2D3
Black with #CCA2D3
Text Example
Text Example
White with #CCA2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA2D3; }
p { color: rgb(204,162,211); }
H1.HeaderClassName
{
color: #CCA2D3;
}
.AnyTagClassName
{
color: #CCA2D3;
}
</style>
background-color css
<style>
a { background-color: #CCA2D3; }
a { background-color: rgb(204,162,211); }
div.DivClassName
{
background-color: #CCA2D3;
}
.BgClassName
{
background-color: #CCA2D3;
}
</style>
border-color css
<style>
span { border-color: #CCA2D3; }
span { border-color: rgb(204,162,211); }
td.TdClassName
{
border-color: #CCA2D3;
}
.TagClassName
{
border-color: #CCA2D3;
}
</style>