Shades of Lily #CB9DBB
Tints of Lily #CB9DBB
RGB
CMYK
RGB Variations
Color information
#CB9DBB (or 0xCB9DBB) is known color: Lily. HEX triplet: CB, 9D and BB. RGB value is (203,157,187). Sum of RGB (Red+Green+Blue) = 203+157+187=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DBB is #346244. Grayscale: #AEAEAE. Windows color (decimal): -3433029 or 12295627. OLE color: 12295627.
HSL color Cylindrical-coordinate representation of color #CB9DBB: hue angle of 320.87º 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 #CB9DBB is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 157 | 187 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.20 |
| HSL | 320.87º | 0.31% | 0.71% | - |
| HSV(B) | 320.87º | 0.23% | 0.8% | - |
| XYZ | 45.66 | 40.4 | 52.41 | - |
| YUV | 174.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 187 | 0 | 0.23 | 0.08 | 0.20 | 320.87 | 0.31 | 0.71 |
| Hex | CB | 9D | BB | 0 | 17 | 8 | 14 | 141 | 1F | 47 |
| Octal | 313 | 235 | 273 | 0 | 27 | 10 | 24 | 501 | 37 | 107 |
| Binary | 11001011 | 10011101 | 10111011 | 0 | 10111 | 1000 | 10100 | 101000001 | 11111 | 1000111 |
Color Harmonies of #CB9DBB
Complementary color
Monochromatic Colors of #CB9DBB
Black with #CB9DBB
Text Example
Text Example
White with #CB9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9DBB; }
p { color: rgb(203,157,187); }
H1.HeaderClassName
{
color: #CB9DBB;
}
.AnyTagClassName
{
color: #CB9DBB;
}
</style>
background-color css
<style>
a { background-color: #CB9DBB; }
a { background-color: rgb(203,157,187); }
div.DivClassName
{
background-color: #CB9DBB;
}
.BgClassName
{
background-color: #CB9DBB;
}
</style>
border-color css
<style>
span { border-color: #CB9DBB; }
span { border-color: rgb(203,157,187); }
td.TdClassName
{
border-color: #CB9DBB;
}
.TagClassName
{
border-color: #CB9DBB;
}
</style>