Shades of Lily #CB9BBC
Tints of Lily #CB9BBC
RGB
CMYK
RGB Variations
Color information
#CB9BBC (or 0xCB9BBC) is known color: Lily. HEX triplet: CB, 9B and BC. RGB value is (203,155,188). Sum of RGB (Red+Green+Blue) = 203+155+188=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BBC is #346443. Grayscale: #ADADAD. Windows color (decimal): -3433540 or 12360651. OLE color: 12360651.
HSL color Cylindrical-coordinate representation of color #CB9BBC: hue angle of 318.75º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CB9BBC is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 155 | 188 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.20 |
| HSL | 318.75º | 0.32% | 0.7% | - |
| HSV(B) | 318.75º | 0.24% | 0.8% | - |
| XYZ | 45.43 | 39.77 | 52.86 | - |
| YUV | 173.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 188 | 0 | 0.24 | 0.07 | 0.20 | 318.75 | 0.32 | 0.7 |
| Hex | CB | 9B | BC | 0 | 18 | 7 | 14 | 13F | 20 | 46 |
| Octal | 313 | 233 | 274 | 0 | 30 | 7 | 24 | 477 | 40 | 106 |
| Binary | 11001011 | 10011011 | 10111100 | 0 | 11000 | 111 | 10100 | 100111111 | 100000 | 1000110 |
Color Harmonies of #CB9BBC
Complementary color
Monochromatic Colors of #CB9BBC
Black with #CB9BBC
Text Example
Text Example
White with #CB9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9BBC; }
p { color: rgb(203,155,188); }
H1.HeaderClassName
{
color: #CB9BBC;
}
.AnyTagClassName
{
color: #CB9BBC;
}
</style>
background-color css
<style>
a { background-color: #CB9BBC; }
a { background-color: rgb(203,155,188); }
div.DivClassName
{
background-color: #CB9BBC;
}
.BgClassName
{
background-color: #CB9BBC;
}
</style>
border-color css
<style>
span { border-color: #CB9BBC; }
span { border-color: rgb(203,155,188); }
td.TdClassName
{
border-color: #CB9BBC;
}
.TagClassName
{
border-color: #CB9BBC;
}
</style>