Shades of French Lilac #CEB6CB
Tints of French Lilac #CEB6CB
RGB
CMYK
RGB Variations
Color information
#CEB6CB (or 0xCEB6CB) is known color: French Lilac. HEX triplet: CE, B6 and CB. RGB value is (206,182,203). Sum of RGB (Red+Green+Blue) = 206+182+203=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6CB is #314934. Grayscale: #BFBFBF. Windows color (decimal): -3230005 or 13350606. OLE color: 13350606.
HSL color Cylindrical-coordinate representation of color #CEB6CB: hue angle of 307.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEB6CB is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 203 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.19 |
| HSL | 307.5º | 0.2% | 0.76% | - |
| HSV(B) | 307.5º | 0.12% | 0.81% | - |
| XYZ | 52.96 | 50.89 | 63.53 | - |
| YUV | 191.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 203 | 0 | 0.12 | 0.01 | 0.19 | 307.5 | 0.2 | 0.76 |
| Hex | CE | B6 | CB | 0 | C | 1 | 13 | 134 | 14 | 4C |
| Octal | 316 | 266 | 313 | 0 | 14 | 1 | 23 | 464 | 24 | 114 |
| Binary | 11001110 | 10110110 | 11001011 | 0 | 1100 | 1 | 10011 | 100110100 | 10100 | 1001100 |
Color Harmonies of #CEB6CB
Complementary color
Monochromatic Colors of #CEB6CB
Black with #CEB6CB
Text Example
Text Example
White with #CEB6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB6CB; }
p { color: rgb(206,182,203); }
H1.HeaderClassName
{
color: #CEB6CB;
}
.AnyTagClassName
{
color: #CEB6CB;
}
</style>
background-color css
<style>
a { background-color: #CEB6CB; }
a { background-color: rgb(206,182,203); }
div.DivClassName
{
background-color: #CEB6CB;
}
.BgClassName
{
background-color: #CEB6CB;
}
</style>
border-color css
<style>
span { border-color: #CEB6CB; }
span { border-color: rgb(206,182,203); }
td.TdClassName
{
border-color: #CEB6CB;
}
.TagClassName
{
border-color: #CEB6CB;
}
</style>