Shades of Lily #CE90BB
Tints of Lily #CE90BB
RGB
CMYK
RGB Variations
Color information
#CE90BB (or 0xCE90BB) is known color: Lily. HEX triplet: CE, 90 and BB. RGB value is (206,144,187). Sum of RGB (Red+Green+Blue) = 206+144+187=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CE90BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE90BB is #316F44. Grayscale: #A7A7A7. Windows color (decimal): -3239749 or 12292302. OLE color: 12292302.
HSL color Cylindrical-coordinate representation of color #CE90BB: hue angle of 318.39º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE90BB is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 187 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.19 |
| HSL | 318.39º | 0.39% | 0.69% | - |
| HSV(B) | 318.39º | 0.3% | 0.81% | - |
| XYZ | 44.4 | 36.66 | 51.75 | - |
| YUV | 167.44 | 139.04 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 187 | 0 | 0.30 | 0.09 | 0.19 | 318.39 | 0.39 | 0.69 |
| Hex | CE | 90 | BB | 0 | 1E | 9 | 13 | 13E | 27 | 45 |
| Octal | 316 | 220 | 273 | 0 | 36 | 11 | 23 | 476 | 47 | 105 |
| Binary | 11001110 | 10010000 | 10111011 | 0 | 11110 | 1001 | 10011 | 100111110 | 100111 | 1000101 |
Color Harmonies of #CE90BB
Complementary color
Monochromatic Colors of #CE90BB
Black with #CE90BB
Text Example
Text Example
White with #CE90BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90BB; }
p { color: rgb(206,144,187); }
H1.HeaderClassName
{
color: #CE90BB;
}
.AnyTagClassName
{
color: #CE90BB;
}
</style>
background-color css
<style>
a { background-color: #CE90BB; }
a { background-color: rgb(206,144,187); }
div.DivClassName
{
background-color: #CE90BB;
}
.BgClassName
{
background-color: #CE90BB;
}
</style>
border-color css
<style>
span { border-color: #CE90BB; }
span { border-color: rgb(206,144,187); }
td.TdClassName
{
border-color: #CE90BB;
}
.TagClassName
{
border-color: #CE90BB;
}
</style>