Shades of Lilac #CEAFCB
Tints of Lilac #CEAFCB
RGB
CMYK
RGB Variations
Color information
#CEAFCB (or 0xCEAFCB) is known color: Lilac. HEX triplet: CE, AF and CB. RGB value is (206,175,203). Sum of RGB (Red+Green+Blue) = 206+175+203=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFCB is #315034. Grayscale: #BBBBBB. Windows color (decimal): -3231797 or 13348814. OLE color: 13348814.
HSL color Cylindrical-coordinate representation of color #CEAFCB: hue angle of 305.81º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEAFCB is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 203 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.19 |
| HSL | 305.81º | 0.24% | 0.75% | - |
| HSV(B) | 305.81º | 0.15% | 0.81% | - |
| XYZ | 51.56 | 48.09 | 63.07 | - |
| YUV | 187.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 203 | 0 | 0.15 | 0.01 | 0.19 | 305.81 | 0.24 | 0.75 |
| Hex | CE | AF | CB | 0 | F | 1 | 13 | 132 | 18 | 4B |
| Octal | 316 | 257 | 313 | 0 | 17 | 1 | 23 | 462 | 30 | 113 |
| Binary | 11001110 | 10101111 | 11001011 | 0 | 1111 | 1 | 10011 | 100110010 | 11000 | 1001011 |
Color Harmonies of #CEAFCB
Complementary color
Monochromatic Colors of #CEAFCB
Black with #CEAFCB
Text Example
Text Example
White with #CEAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAFCB; }
p { color: rgb(206,175,203); }
H1.HeaderClassName
{
color: #CEAFCB;
}
.AnyTagClassName
{
color: #CEAFCB;
}
</style>
background-color css
<style>
a { background-color: #CEAFCB; }
a { background-color: rgb(206,175,203); }
div.DivClassName
{
background-color: #CEAFCB;
}
.BgClassName
{
background-color: #CEAFCB;
}
</style>
border-color css
<style>
span { border-color: #CEAFCB; }
span { border-color: rgb(206,175,203); }
td.TdClassName
{
border-color: #CEAFCB;
}
.TagClassName
{
border-color: #CEAFCB;
}
</style>