Shades of Lilac #CEABCB
Tints of Lilac #CEABCB
RGB
CMYK
RGB Variations
Color information
#CEABCB (or 0xCEABCB) is known color: Lilac. HEX triplet: CE, AB and CB. RGB value is (206,171,203). Sum of RGB (Red+Green+Blue) = 206+171+203=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEABCB is #315434. Grayscale: #B9B9B9. Windows color (decimal): -3232821 or 13347790. OLE color: 13347790.
HSL color Cylindrical-coordinate representation of color #CEABCB: hue angle of 305.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEABCB is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 203 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.19 |
| HSL | 305.14º | 0.26% | 0.74% | - |
| HSV(B) | 305.14º | 0.17% | 0.81% | - |
| XYZ | 50.8 | 46.56 | 62.81 | - |
| YUV | 185.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 203 | 0 | 0.17 | 0.01 | 0.19 | 305.14 | 0.26 | 0.74 |
| Hex | CE | AB | CB | 0 | 11 | 1 | 13 | 131 | 1A | 4A |
| Octal | 316 | 253 | 313 | 0 | 21 | 1 | 23 | 461 | 32 | 112 |
| Binary | 11001110 | 10101011 | 11001011 | 0 | 10001 | 1 | 10011 | 100110001 | 11010 | 1001010 |
Color Harmonies of #CEABCB
Complementary color
Monochromatic Colors of #CEABCB
Black with #CEABCB
Text Example
Text Example
White with #CEABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEABCB; }
p { color: rgb(206,171,203); }
H1.HeaderClassName
{
color: #CEABCB;
}
.AnyTagClassName
{
color: #CEABCB;
}
</style>
background-color css
<style>
a { background-color: #CEABCB; }
a { background-color: rgb(206,171,203); }
div.DivClassName
{
background-color: #CEABCB;
}
.BgClassName
{
background-color: #CEABCB;
}
</style>
border-color css
<style>
span { border-color: #CEABCB; }
span { border-color: rgb(206,171,203); }
td.TdClassName
{
border-color: #CEABCB;
}
.TagClassName
{
border-color: #CEABCB;
}
</style>