Shades of Lilac #CCB1CE
Tints of Lilac #CCB1CE
RGB
CMYK
RGB Variations
Color information
#CCB1CE (or 0xCCB1CE) is known color: Lilac. HEX triplet: CC, B1 and CE. RGB value is (204,177,206). Sum of RGB (Red+Green+Blue) = 204+177+206=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCB1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1CE is #334E31. Grayscale: #BCBCBC. Windows color (decimal): -3362354 or 13545932. OLE color: 13545932.
HSL color Cylindrical-coordinate representation of color #CCB1CE: hue angle of 295.86º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB1CE is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 177 | 206 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.19 |
| HSL | 295.86º | 0.23% | 0.75% | - |
| HSV(B) | 295.86º | 0.14% | 0.81% | - |
| XYZ | 51.76 | 48.74 | 65.07 | - |
| YUV | 188.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 206 | 0.01 | 0.14 | 0 | 0.19 | 295.86 | 0.23 | 0.75 |
| Hex | CC | B1 | CE | 1 | E | 0 | 13 | 128 | 17 | 4B |
| Octal | 314 | 261 | 316 | 1 | 16 | 0 | 23 | 450 | 27 | 113 |
| Binary | 11001100 | 10110001 | 11001110 | 1 | 1110 | 0 | 10011 | 100101000 | 10111 | 1001011 |
Color Harmonies of #CCB1CE
Complementary color
Monochromatic Colors of #CCB1CE
Black with #CCB1CE
Text Example
Text Example
White with #CCB1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB1CE; }
p { color: rgb(204,177,206); }
H1.HeaderClassName
{
color: #CCB1CE;
}
.AnyTagClassName
{
color: #CCB1CE;
}
</style>
background-color css
<style>
a { background-color: #CCB1CE; }
a { background-color: rgb(204,177,206); }
div.DivClassName
{
background-color: #CCB1CE;
}
.BgClassName
{
background-color: #CCB1CE;
}
</style>
border-color css
<style>
span { border-color: #CCB1CE; }
span { border-color: rgb(204,177,206); }
td.TdClassName
{
border-color: #CCB1CE;
}
.TagClassName
{
border-color: #CCB1CE;
}
</style>