Shades of Lilac #CEB2CE
Tints of Lilac #CEB2CE
RGB
CMYK
RGB Variations
Color information
#CEB2CE (or 0xCEB2CE) is known color: Lilac. HEX triplet: CE, B2 and CE. RGB value is (206,178,206). Sum of RGB (Red+Green+Blue) = 206+178+206=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEB2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2CE is #314D31. Grayscale: #BDBDBD. Windows color (decimal): -3231026 or 13546190. OLE color: 13546190.
HSL color Cylindrical-coordinate representation of color #CEB2CE: hue angle of 300º degrees, saturation: 0.22, 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 #CEB2CE is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 206 | - |
| CMYK | 0 | 0.14 | 0 | 0.19 |
| HSL | 300º | 0.22% | 0.75% | - |
| HSV(B) | 300º | 0.14% | 0.81% | - |
| XYZ | 52.51 | 49.42 | 65.16 | - |
| YUV | 189.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 206 | 0 | 0.14 | 0 | 0.19 | 300 | 0.22 | 0.75 |
| Hex | CE | B2 | CE | 0 | E | 0 | 13 | 12C | 16 | 4B |
| Octal | 316 | 262 | 316 | 0 | 16 | 0 | 23 | 454 | 26 | 113 |
| Binary | 11001110 | 10110010 | 11001110 | 0 | 1110 | 0 | 10011 | 100101100 | 10110 | 1001011 |
Color Harmonies of #CEB2CE
Complementary color
Monochromatic Colors of #CEB2CE
Black with #CEB2CE
Text Example
Text Example
White with #CEB2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB2CE; }
p { color: rgb(206,178,206); }
H1.HeaderClassName
{
color: #CEB2CE;
}
.AnyTagClassName
{
color: #CEB2CE;
}
</style>
background-color css
<style>
a { background-color: #CEB2CE; }
a { background-color: rgb(206,178,206); }
div.DivClassName
{
background-color: #CEB2CE;
}
.BgClassName
{
background-color: #CEB2CE;
}
</style>
border-color css
<style>
span { border-color: #CEB2CE; }
span { border-color: rgb(206,178,206); }
td.TdClassName
{
border-color: #CEB2CE;
}
.TagClassName
{
border-color: #CEB2CE;
}
</style>