Shades of Lily #CE90BC
Tints of Lily #CE90BC
RGB
CMYK
RGB Variations
Color information
#CE90BC (or 0xCE90BC) is known color: Lily. HEX triplet: CE, 90 and BC. RGB value is (206,144,188). Sum of RGB (Red+Green+Blue) = 206+144+188=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CE90BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE90BC is #316F43. Grayscale: #A7A7A7. Windows color (decimal): -3239748 or 12357838. OLE color: 12357838.
HSL color Cylindrical-coordinate representation of color #CE90BC: hue angle of 317.42º 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 #CE90BC is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 188 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.19 |
| HSL | 317.42º | 0.39% | 0.69% | - |
| HSV(B) | 317.42º | 0.3% | 0.81% | - |
| XYZ | 44.5 | 36.7 | 52.31 | - |
| YUV | 167.55 | 139.54 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 188 | 0 | 0.30 | 0.09 | 0.19 | 317.42 | 0.39 | 0.69 |
| Hex | CE | 90 | BC | 0 | 1E | 9 | 13 | 13D | 27 | 45 |
| Octal | 316 | 220 | 274 | 0 | 36 | 11 | 23 | 475 | 47 | 105 |
| Binary | 11001110 | 10010000 | 10111100 | 0 | 11110 | 1001 | 10011 | 100111101 | 100111 | 1000101 |
Color Harmonies of #CE90BC
Complementary color
Monochromatic Colors of #CE90BC
Black with #CE90BC
Text Example
Text Example
White with #CE90BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90BC; }
p { color: rgb(206,144,188); }
H1.HeaderClassName
{
color: #CE90BC;
}
.AnyTagClassName
{
color: #CE90BC;
}
</style>
background-color css
<style>
a { background-color: #CE90BC; }
a { background-color: rgb(206,144,188); }
div.DivClassName
{
background-color: #CE90BC;
}
.BgClassName
{
background-color: #CE90BC;
}
</style>
border-color css
<style>
span { border-color: #CE90BC; }
span { border-color: rgb(206,144,188); }
td.TdClassName
{
border-color: #CE90BC;
}
.TagClassName
{
border-color: #CE90BC;
}
</style>