Shades of Lilac #CEB0CD
Tints of Lilac #CEB0CD
RGB
CMYK
RGB Variations
Color information
#CEB0CD (or 0xCEB0CD) is known color: Lilac. HEX triplet: CE, B0 and CD. RGB value is (206,176,205). Sum of RGB (Red+Green+Blue) = 206+176+205=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0CD is #314F32. Grayscale: #BCBCBC. Windows color (decimal): -3231539 or 13480142. OLE color: 13480142.
HSL color Cylindrical-coordinate representation of color #CEB0CD: hue angle of 302º degrees, saturation: 0.23, 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 #CEB0CD is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 205 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.19 |
| HSL | 302º | 0.23% | 0.75% | - |
| HSV(B) | 302º | 0.15% | 0.81% | - |
| XYZ | 52 | 48.58 | 64.39 | - |
| YUV | 188.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 205 | 0 | 0.15 | 0.00 | 0.19 | 302 | 0.23 | 0.75 |
| Hex | CE | B0 | CD | 0 | F | 0 | 13 | 12E | 17 | 4B |
| Octal | 316 | 260 | 315 | 0 | 17 | 0 | 23 | 456 | 27 | 113 |
| Binary | 11001110 | 10110000 | 11001101 | 0 | 1111 | 0 | 10011 | 100101110 | 10111 | 1001011 |
Color Harmonies of #CEB0CD
Complementary color
Monochromatic Colors of #CEB0CD
Black with #CEB0CD
Text Example
Text Example
White with #CEB0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB0CD; }
p { color: rgb(206,176,205); }
H1.HeaderClassName
{
color: #CEB0CD;
}
.AnyTagClassName
{
color: #CEB0CD;
}
</style>
background-color css
<style>
a { background-color: #CEB0CD; }
a { background-color: rgb(206,176,205); }
div.DivClassName
{
background-color: #CEB0CD;
}
.BgClassName
{
background-color: #CEB0CD;
}
</style>
border-color css
<style>
span { border-color: #CEB0CD; }
span { border-color: rgb(206,176,205); }
td.TdClassName
{
border-color: #CEB0CD;
}
.TagClassName
{
border-color: #CEB0CD;
}
</style>