Shades of Lilac #CCB3CE
Tints of Lilac #CCB3CE
RGB
CMYK
RGB Variations
Color information
#CCB3CE (or 0xCCB3CE) is known color: Lilac. HEX triplet: CC, B3 and CE. RGB value is (204,179,206). Sum of RGB (Red+Green+Blue) = 204+179+206=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCB3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3CE is #334C31. Grayscale: #BDBDBD. Windows color (decimal): -3361842 or 13546444. OLE color: 13546444.
HSL color Cylindrical-coordinate representation of color #CCB3CE: hue angle of 295.56º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCB3CE is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 179 | 206 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.19 |
| HSL | 295.56º | 0.22% | 0.75% | - |
| HSV(B) | 295.56º | 0.13% | 0.81% | - |
| XYZ | 52.16 | 49.53 | 65.2 | - |
| YUV | 189.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 206 | 0.01 | 0.13 | 0 | 0.19 | 295.56 | 0.22 | 0.75 |
| Hex | CC | B3 | CE | 1 | D | 0 | 13 | 128 | 16 | 4B |
| Octal | 314 | 263 | 316 | 1 | 15 | 0 | 23 | 450 | 26 | 113 |
| Binary | 11001100 | 10110011 | 11001110 | 1 | 1101 | 0 | 10011 | 100101000 | 10110 | 1001011 |
Color Harmonies of #CCB3CE
Complementary color
Monochromatic Colors of #CCB3CE
Black with #CCB3CE
Text Example
Text Example
White with #CCB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3CE; }
p { color: rgb(204,179,206); }
H1.HeaderClassName
{
color: #CCB3CE;
}
.AnyTagClassName
{
color: #CCB3CE;
}
</style>
background-color css
<style>
a { background-color: #CCB3CE; }
a { background-color: rgb(204,179,206); }
div.DivClassName
{
background-color: #CCB3CE;
}
.BgClassName
{
background-color: #CCB3CE;
}
</style>
border-color css
<style>
span { border-color: #CCB3CE; }
span { border-color: rgb(204,179,206); }
td.TdClassName
{
border-color: #CCB3CE;
}
.TagClassName
{
border-color: #CCB3CE;
}
</style>