Shades of Lily #CB9EBC
Tints of Lily #CB9EBC
RGB
CMYK
RGB Variations
Color information
#CB9EBC (or 0xCB9EBC) is known color: Lily. HEX triplet: CB, 9E and BC. RGB value is (203,158,188). Sum of RGB (Red+Green+Blue) = 203+158+188=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9EBC is #346143. Grayscale: #AEAEAE. Windows color (decimal): -3432772 or 12361419. OLE color: 12361419.
HSL color Cylindrical-coordinate representation of color #CB9EBC: hue angle of 320º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CB9EBC is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 158 | 188 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.20 |
| HSL | 320º | 0.3% | 0.71% | - |
| HSV(B) | 320º | 0.22% | 0.8% | - |
| XYZ | 45.93 | 40.78 | 53.03 | - |
| YUV | 174.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 188 | 0 | 0.22 | 0.07 | 0.20 | 320 | 0.3 | 0.71 |
| Hex | CB | 9E | BC | 0 | 16 | 7 | 14 | 140 | 1E | 47 |
| Octal | 313 | 236 | 274 | 0 | 26 | 7 | 24 | 500 | 36 | 107 |
| Binary | 11001011 | 10011110 | 10111100 | 0 | 10110 | 111 | 10100 | 101000000 | 11110 | 1000111 |
Color Harmonies of #CB9EBC
Complementary color
Monochromatic Colors of #CB9EBC
Black with #CB9EBC
Text Example
Text Example
White with #CB9EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9EBC; }
p { color: rgb(203,158,188); }
H1.HeaderClassName
{
color: #CB9EBC;
}
.AnyTagClassName
{
color: #CB9EBC;
}
</style>
background-color css
<style>
a { background-color: #CB9EBC; }
a { background-color: rgb(203,158,188); }
div.DivClassName
{
background-color: #CB9EBC;
}
.BgClassName
{
background-color: #CB9EBC;
}
</style>
border-color css
<style>
span { border-color: #CB9EBC; }
span { border-color: rgb(203,158,188); }
td.TdClassName
{
border-color: #CB9EBC;
}
.TagClassName
{
border-color: #CB9EBC;
}
</style>