Shades of Lily #CB90BB
Tints of Lily #CB90BB
RGB
CMYK
RGB Variations
Color information
#CB90BB (or 0xCB90BB) is known color: Lily. HEX triplet: CB, 90 and BB. RGB value is (203,144,187). Sum of RGB (Red+Green+Blue) = 203+144+187=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90BB is #346F44. Grayscale: #A6A6A6. Windows color (decimal): -3436357 or 12292299. OLE color: 12292299.
HSL color Cylindrical-coordinate representation of color #CB90BB: hue angle of 316.27º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB90BB is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 187 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.20 |
| HSL | 316.27º | 0.36% | 0.68% | - |
| HSV(B) | 316.27º | 0.29% | 0.8% | - |
| XYZ | 43.57 | 36.23 | 51.71 | - |
| YUV | 166.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 187 | 0 | 0.29 | 0.08 | 0.20 | 316.27 | 0.36 | 0.68 |
| Hex | CB | 90 | BB | 0 | 1D | 8 | 14 | 13C | 24 | 44 |
| Octal | 313 | 220 | 273 | 0 | 35 | 10 | 24 | 474 | 44 | 104 |
| Binary | 11001011 | 10010000 | 10111011 | 0 | 11101 | 1000 | 10100 | 100111100 | 100100 | 1000100 |
Color Harmonies of #CB90BB
Complementary color
Monochromatic Colors of #CB90BB
Black with #CB90BB
Text Example
Text Example
White with #CB90BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB90BB; }
p { color: rgb(203,144,187); }
H1.HeaderClassName
{
color: #CB90BB;
}
.AnyTagClassName
{
color: #CB90BB;
}
</style>
background-color css
<style>
a { background-color: #CB90BB; }
a { background-color: rgb(203,144,187); }
div.DivClassName
{
background-color: #CB90BB;
}
.BgClassName
{
background-color: #CB90BB;
}
</style>
border-color css
<style>
span { border-color: #CB90BB; }
span { border-color: rgb(203,144,187); }
td.TdClassName
{
border-color: #CB90BB;
}
.TagClassName
{
border-color: #CB90BB;
}
</style>