Shades of Lilac #CCACCE
Tints of Lilac #CCACCE
RGB
CMYK
RGB Variations
Color information
#CCACCE (or 0xCCACCE) is known color: Lilac. HEX triplet: CC, AC and CE. RGB value is (204,172,206). Sum of RGB (Red+Green+Blue) = 204+172+206=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACCE is #335331. Grayscale: #B9B9B9. Windows color (decimal): -3363634 or 13544652. OLE color: 13544652.
HSL color Cylindrical-coordinate representation of color #CCACCE: hue angle of 296.47º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCACCE is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 172 | 206 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.19 |
| HSL | 296.47º | 0.26% | 0.74% | - |
| HSV(B) | 296.47º | 0.17% | 0.81% | - |
| XYZ | 50.79 | 46.8 | 64.75 | - |
| YUV | 185.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 206 | 0.01 | 0.17 | 0 | 0.19 | 296.47 | 0.26 | 0.74 |
| Hex | CC | AC | CE | 1 | 11 | 0 | 13 | 128 | 1A | 4A |
| Octal | 314 | 254 | 316 | 1 | 21 | 0 | 23 | 450 | 32 | 112 |
| Binary | 11001100 | 10101100 | 11001110 | 1 | 10001 | 0 | 10011 | 100101000 | 11010 | 1001010 |
Color Harmonies of #CCACCE
Complementary color
Monochromatic Colors of #CCACCE
Black with #CCACCE
Text Example
Text Example
White with #CCACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACCE; }
p { color: rgb(204,172,206); }
H1.HeaderClassName
{
color: #CCACCE;
}
.AnyTagClassName
{
color: #CCACCE;
}
</style>
background-color css
<style>
a { background-color: #CCACCE; }
a { background-color: rgb(204,172,206); }
div.DivClassName
{
background-color: #CCACCE;
}
.BgClassName
{
background-color: #CCACCE;
}
</style>
border-color css
<style>
span { border-color: #CCACCE; }
span { border-color: rgb(204,172,206); }
td.TdClassName
{
border-color: #CCACCE;
}
.TagClassName
{
border-color: #CCACCE;
}
</style>