Shades of Lily #CB9FBC
Tints of Lily #CB9FBC
RGB
CMYK
RGB Variations
Color information
#CB9FBC (or 0xCB9FBC) is known color: Lily. HEX triplet: CB, 9F and BC. RGB value is (203,159,188). Sum of RGB (Red+Green+Blue) = 203+159+188=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FBC is #346043. Grayscale: #AFAFAF. Windows color (decimal): -3432516 or 12361675. OLE color: 12361675.
HSL color Cylindrical-coordinate representation of color #CB9FBC: hue angle of 320.45º 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 #CB9FBC is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 188 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.20 |
| HSL | 320.45º | 0.3% | 0.71% | - |
| HSV(B) | 320.45º | 0.22% | 0.8% | - |
| XYZ | 46.1 | 41.12 | 53.08 | - |
| YUV | 175.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 188 | 0 | 0.22 | 0.07 | 0.20 | 320.45 | 0.3 | 0.71 |
| Hex | CB | 9F | BC | 0 | 16 | 7 | 14 | 140 | 1E | 47 |
| Octal | 313 | 237 | 274 | 0 | 26 | 7 | 24 | 500 | 36 | 107 |
| Binary | 11001011 | 10011111 | 10111100 | 0 | 10110 | 111 | 10100 | 101000000 | 11110 | 1000111 |
Color Harmonies of #CB9FBC
Complementary color
Monochromatic Colors of #CB9FBC
Black with #CB9FBC
Text Example
Text Example
White with #CB9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9FBC; }
p { color: rgb(203,159,188); }
H1.HeaderClassName
{
color: #CB9FBC;
}
.AnyTagClassName
{
color: #CB9FBC;
}
</style>
background-color css
<style>
a { background-color: #CB9FBC; }
a { background-color: rgb(203,159,188); }
div.DivClassName
{
background-color: #CB9FBC;
}
.BgClassName
{
background-color: #CB9FBC;
}
</style>
border-color css
<style>
span { border-color: #CB9FBC; }
span { border-color: rgb(203,159,188); }
td.TdClassName
{
border-color: #CB9FBC;
}
.TagClassName
{
border-color: #CB9FBC;
}
</style>