Shades of Lilac #CCB6CA
Tints of Lilac #CCB6CA
RGB
CMYK
RGB Variations
Color information
#CCB6CA (or 0xCCB6CA) is known color: Lilac. HEX triplet: CC, B6 and CA. RGB value is (204,182,202). Sum of RGB (Red+Green+Blue) = 204+182+202=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6CA is #334935. Grayscale: #BEBEBE. Windows color (decimal): -3361078 or 13285068. OLE color: 13285068.
HSL color Cylindrical-coordinate representation of color #CCB6CA: hue angle of 305.45º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCB6CA is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 202 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.2 |
| HSL | 305.45º | 0.18% | 0.76% | - |
| HSV(B) | 305.45º | 0.11% | 0.8% | - |
| XYZ | 52.29 | 50.56 | 62.88 | - |
| YUV | 190.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 202 | 0 | 0.11 | 0.01 | 0.2 | 305.45 | 0.18 | 0.76 |
| Hex | CC | B6 | CA | 0 | B | 1 | 14 | 131 | 12 | 4C |
| Octal | 314 | 266 | 312 | 0 | 13 | 1 | 24 | 461 | 22 | 114 |
| Binary | 11001100 | 10110110 | 11001010 | 0 | 1011 | 1 | 10100 | 100110001 | 10010 | 1001100 |
Color Harmonies of #CCB6CA
Complementary color
Monochromatic Colors of #CCB6CA
Black with #CCB6CA
Text Example
Text Example
White with #CCB6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6CA; }
p { color: rgb(204,182,202); }
H1.HeaderClassName
{
color: #CCB6CA;
}
.AnyTagClassName
{
color: #CCB6CA;
}
</style>
background-color css
<style>
a { background-color: #CCB6CA; }
a { background-color: rgb(204,182,202); }
div.DivClassName
{
background-color: #CCB6CA;
}
.BgClassName
{
background-color: #CCB6CA;
}
</style>
border-color css
<style>
span { border-color: #CCB6CA; }
span { border-color: rgb(204,182,202); }
td.TdClassName
{
border-color: #CCB6CA;
}
.TagClassName
{
border-color: #CCB6CA;
}
</style>