Shades of Lilac #CEA8CB
Tints of Lilac #CEA8CB
RGB
CMYK
RGB Variations
Color information
#CEA8CB (or 0xCEA8CB) is known color: Lilac. HEX triplet: CE, A8 and CB. RGB value is (206,168,203). Sum of RGB (Red+Green+Blue) = 206+168+203=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8CB is #315734. Grayscale: #B7B7B7. Windows color (decimal): -3233589 or 13347022. OLE color: 13347022.
HSL color Cylindrical-coordinate representation of color #CEA8CB: hue angle of 304.74º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA8CB is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 203 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.19 |
| HSL | 304.74º | 0.28% | 0.73% | - |
| HSV(B) | 304.74º | 0.18% | 0.81% | - |
| XYZ | 50.24 | 45.44 | 62.62 | - |
| YUV | 183.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 203 | 0 | 0.18 | 0.01 | 0.19 | 304.74 | 0.28 | 0.73 |
| Hex | CE | A8 | CB | 0 | 12 | 1 | 13 | 131 | 1C | 49 |
| Octal | 316 | 250 | 313 | 0 | 22 | 1 | 23 | 461 | 34 | 111 |
| Binary | 11001110 | 10101000 | 11001011 | 0 | 10010 | 1 | 10011 | 100110001 | 11100 | 1001001 |
Color Harmonies of #CEA8CB
Complementary color
Monochromatic Colors of #CEA8CB
Black with #CEA8CB
Text Example
Text Example
White with #CEA8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8CB; }
p { color: rgb(206,168,203); }
H1.HeaderClassName
{
color: #CEA8CB;
}
.AnyTagClassName
{
color: #CEA8CB;
}
</style>
background-color css
<style>
a { background-color: #CEA8CB; }
a { background-color: rgb(206,168,203); }
div.DivClassName
{
background-color: #CEA8CB;
}
.BgClassName
{
background-color: #CEA8CB;
}
</style>
border-color css
<style>
span { border-color: #CEA8CB; }
span { border-color: rgb(206,168,203); }
td.TdClassName
{
border-color: #CEA8CB;
}
.TagClassName
{
border-color: #CEA8CB;
}
</style>