Shades of Lily #CE90BF
Tints of Lily #CE90BF
RGB
CMYK
RGB Variations
Color information
#CE90BF (or 0xCE90BF) is known color: Lily. HEX triplet: CE, 90 and BF. RGB value is (206,144,191). Sum of RGB (Red+Green+Blue) = 206+144+191=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CE90BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE90BF is #316F40. Grayscale: #A7A7A7. Windows color (decimal): -3239745 or 12554446. OLE color: 12554446.
HSL color Cylindrical-coordinate representation of color #CE90BF: hue angle of 314.52º 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 #CE90BF is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 191 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.19 |
| HSL | 314.52º | 0.39% | 0.69% | - |
| HSV(B) | 314.52º | 0.3% | 0.81% | - |
| XYZ | 44.83 | 36.83 | 54.04 | - |
| YUV | 167.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 191 | 0 | 0.30 | 0.07 | 0.19 | 314.52 | 0.39 | 0.69 |
| Hex | CE | 90 | BF | 0 | 1E | 7 | 13 | 13B | 27 | 45 |
| Octal | 316 | 220 | 277 | 0 | 36 | 7 | 23 | 473 | 47 | 105 |
| Binary | 11001110 | 10010000 | 10111111 | 0 | 11110 | 111 | 10011 | 100111011 | 100111 | 1000101 |
Color Harmonies of #CE90BF
Complementary color
Monochromatic Colors of #CE90BF
Black with #CE90BF
Text Example
Text Example
White with #CE90BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90BF; }
p { color: rgb(206,144,191); }
H1.HeaderClassName
{
color: #CE90BF;
}
.AnyTagClassName
{
color: #CE90BF;
}
</style>
background-color css
<style>
a { background-color: #CE90BF; }
a { background-color: rgb(206,144,191); }
div.DivClassName
{
background-color: #CE90BF;
}
.BgClassName
{
background-color: #CE90BF;
}
</style>
border-color css
<style>
span { border-color: #CE90BF; }
span { border-color: rgb(206,144,191); }
td.TdClassName
{
border-color: #CE90BF;
}
.TagClassName
{
border-color: #CE90BF;
}
</style>