Shades of Lily #CB9DB6
Tints of Lily #CB9DB6
RGB
CMYK
RGB Variations
Color information
#CB9DB6 (or 0xCB9DB6) is known color: Lily. HEX triplet: CB, 9D and B6. RGB value is (203,157,182). Sum of RGB (Red+Green+Blue) = 203+157+182=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DB6 is #346249. Grayscale: #ADADAD. Windows color (decimal): -3433034 or 11967947. OLE color: 11967947.
HSL color Cylindrical-coordinate representation of color #CB9DB6: hue angle of 327.39º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CB9DB6 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 157 | 182 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.20 |
| HSL | 327.39º | 0.31% | 0.71% | - |
| HSV(B) | 327.39º | 0.23% | 0.8% | - |
| XYZ | 45.13 | 40.19 | 49.63 | - |
| YUV | 173.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 182 | 0 | 0.23 | 0.10 | 0.20 | 327.39 | 0.31 | 0.71 |
| Hex | CB | 9D | B6 | 0 | 17 | A | 14 | 147 | 1F | 47 |
| Octal | 313 | 235 | 266 | 0 | 27 | 12 | 24 | 507 | 37 | 107 |
| Binary | 11001011 | 10011101 | 10110110 | 0 | 10111 | 1010 | 10100 | 101000111 | 11111 | 1000111 |
Color Harmonies of #CB9DB6
Complementary color
Monochromatic Colors of #CB9DB6
Black with #CB9DB6
Text Example
Text Example
White with #CB9DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9DB6; }
p { color: rgb(203,157,182); }
H1.HeaderClassName
{
color: #CB9DB6;
}
.AnyTagClassName
{
color: #CB9DB6;
}
</style>
background-color css
<style>
a { background-color: #CB9DB6; }
a { background-color: rgb(203,157,182); }
div.DivClassName
{
background-color: #CB9DB6;
}
.BgClassName
{
background-color: #CB9DB6;
}
</style>
border-color css
<style>
span { border-color: #CB9DB6; }
span { border-color: rgb(203,157,182); }
td.TdClassName
{
border-color: #CB9DB6;
}
.TagClassName
{
border-color: #CB9DB6;
}
</style>