Shades of Lilac #CEB1CF
Tints of Lilac #CEB1CF
RGB
CMYK
RGB Variations
Color information
#CEB1CF (or 0xCEB1CF) is known color: Lilac. HEX triplet: CE, B1 and CF. RGB value is (206,177,207). Sum of RGB (Red+Green+Blue) = 206+177+207=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1CF is #314E30. Grayscale: #BDBDBD. Windows color (decimal): -3231281 or 13611470. OLE color: 13611470.
HSL color Cylindrical-coordinate representation of color #CEB1CF: hue angle of 298º degrees, saturation: 0.24, 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 #CEB1CF is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 207 | - |
| CMYK | 0.00 | 0.14 | 0 | 0.19 |
| HSL | 298º | 0.24% | 0.75% | - |
| HSV(B) | 298º | 0.14% | 0.81% | - |
| XYZ | 52.44 | 49.07 | 65.74 | - |
| YUV | 189.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 207 | 0.00 | 0.14 | 0 | 0.19 | 298 | 0.24 | 0.75 |
| Hex | CE | B1 | CF | 0 | E | 0 | 13 | 12A | 18 | 4B |
| Octal | 316 | 261 | 317 | 0 | 16 | 0 | 23 | 452 | 30 | 113 |
| Binary | 11001110 | 10110001 | 11001111 | 0 | 1110 | 0 | 10011 | 100101010 | 11000 | 1001011 |
Color Harmonies of #CEB1CF
Complementary color
Monochromatic Colors of #CEB1CF
Black with #CEB1CF
Text Example
Text Example
White with #CEB1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB1CF; }
p { color: rgb(206,177,207); }
H1.HeaderClassName
{
color: #CEB1CF;
}
.AnyTagClassName
{
color: #CEB1CF;
}
</style>
background-color css
<style>
a { background-color: #CEB1CF; }
a { background-color: rgb(206,177,207); }
div.DivClassName
{
background-color: #CEB1CF;
}
.BgClassName
{
background-color: #CEB1CF;
}
</style>
border-color css
<style>
span { border-color: #CEB1CF; }
span { border-color: rgb(206,177,207); }
td.TdClassName
{
border-color: #CEB1CF;
}
.TagClassName
{
border-color: #CEB1CF;
}
</style>