Shades of Lilac #CB9ECF
Tints of Lilac #CB9ECF
RGB
CMYK
RGB Variations
Color information
#CB9ECF (or 0xCB9ECF) is known color: Lilac. HEX triplet: CB, 9E and CF. RGB value is (203,158,207). Sum of RGB (Red+Green+Blue) = 203+158+207=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB9ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ECF is #346130. Grayscale: #B0B0B0. Windows color (decimal): -3432753 or 13606603. OLE color: 13606603.
HSL color Cylindrical-coordinate representation of color #CB9ECF: hue angle of 295.1º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CB9ECF is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 158 | 207 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.19 |
| HSL | 295.1º | 0.34% | 0.72% | - |
| HSV(B) | 295.1º | 0.24% | 0.81% | - |
| XYZ | 48.12 | 41.66 | 64.54 | - |
| YUV | 177.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 207 | 0.02 | 0.24 | 0 | 0.19 | 295.1 | 0.34 | 0.72 |
| Hex | CB | 9E | CF | 2 | 18 | 0 | 13 | 127 | 22 | 48 |
| Octal | 313 | 236 | 317 | 2 | 30 | 0 | 23 | 447 | 42 | 110 |
| Binary | 11001011 | 10011110 | 11001111 | 10 | 11000 | 0 | 10011 | 100100111 | 100010 | 1001000 |
Color Harmonies of #CB9ECF
Complementary color
Monochromatic Colors of #CB9ECF
Black with #CB9ECF
Text Example
Text Example
White with #CB9ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9ECF; }
p { color: rgb(203,158,207); }
H1.HeaderClassName
{
color: #CB9ECF;
}
.AnyTagClassName
{
color: #CB9ECF;
}
</style>
background-color css
<style>
a { background-color: #CB9ECF; }
a { background-color: rgb(203,158,207); }
div.DivClassName
{
background-color: #CB9ECF;
}
.BgClassName
{
background-color: #CB9ECF;
}
</style>
border-color css
<style>
span { border-color: #CB9ECF; }
span { border-color: rgb(203,158,207); }
td.TdClassName
{
border-color: #CB9ECF;
}
.TagClassName
{
border-color: #CB9ECF;
}
</style>