Shades of Lilac #CEB0CF
Tints of Lilac #CEB0CF
RGB
CMYK
RGB Variations
Color information
#CEB0CF (or 0xCEB0CF) is known color: Lilac. HEX triplet: CE, B0 and CF. RGB value is (206,176,207). Sum of RGB (Red+Green+Blue) = 206+176+207=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEB0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0CF is #314F30. Grayscale: #BCBCBC. Windows color (decimal): -3231537 or 13611214. OLE color: 13611214.
HSL color Cylindrical-coordinate representation of color #CEB0CF: hue angle of 298.06º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB0CF is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 207 | - |
| CMYK | 0.00 | 0.15 | 0 | 0.19 |
| HSL | 298.06º | 0.24% | 0.75% | - |
| HSV(B) | 298.06º | 0.15% | 0.81% | - |
| XYZ | 52.24 | 48.68 | 65.67 | - |
| YUV | 188.5 | 138.44 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 207 | 0.00 | 0.15 | 0 | 0.19 | 298.06 | 0.24 | 0.75 |
| Hex | CE | B0 | CF | 0 | F | 0 | 13 | 12A | 18 | 4B |
| Octal | 316 | 260 | 317 | 0 | 17 | 0 | 23 | 452 | 30 | 113 |
| Binary | 11001110 | 10110000 | 11001111 | 0 | 1111 | 0 | 10011 | 100101010 | 11000 | 1001011 |
Color Harmonies of #CEB0CF
Complementary color
Monochromatic Colors of #CEB0CF
Black with #CEB0CF
Text Example
Text Example
White with #CEB0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB0CF; }
p { color: rgb(206,176,207); }
H1.HeaderClassName
{
color: #CEB0CF;
}
.AnyTagClassName
{
color: #CEB0CF;
}
</style>
background-color css
<style>
a { background-color: #CEB0CF; }
a { background-color: rgb(206,176,207); }
div.DivClassName
{
background-color: #CEB0CF;
}
.BgClassName
{
background-color: #CEB0CF;
}
</style>
border-color css
<style>
span { border-color: #CEB0CF; }
span { border-color: rgb(206,176,207); }
td.TdClassName
{
border-color: #CEB0CF;
}
.TagClassName
{
border-color: #CEB0CF;
}
</style>