Shades of Lily #CE91BD
Tints of Lily #CE91BD
RGB
CMYK
RGB Variations
Color information
#CE91BD (or 0xCE91BD) is known color: Lily. HEX triplet: CE, 91 and BD. RGB value is (206,145,189). Sum of RGB (Red+Green+Blue) = 206+145+189=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CE91BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE91BD is #316E42. Grayscale: #A8A8A8. Windows color (decimal): -3239491 or 12423630. OLE color: 12423630.
HSL color Cylindrical-coordinate representation of color #CE91BD: hue angle of 316.72º degrees, saturation: 0.38, 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 #CE91BD is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 189 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.19 |
| HSL | 316.72º | 0.38% | 0.69% | - |
| HSV(B) | 316.72º | 0.3% | 0.81% | - |
| XYZ | 44.76 | 37.05 | 52.94 | - |
| YUV | 168.26 | 139.71 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 189 | 0 | 0.30 | 0.08 | 0.19 | 316.72 | 0.38 | 0.69 |
| Hex | CE | 91 | BD | 0 | 1E | 8 | 13 | 13D | 26 | 45 |
| Octal | 316 | 221 | 275 | 0 | 36 | 10 | 23 | 475 | 46 | 105 |
| Binary | 11001110 | 10010001 | 10111101 | 0 | 11110 | 1000 | 10011 | 100111101 | 100110 | 1000101 |
Color Harmonies of #CE91BD
Complementary color
Monochromatic Colors of #CE91BD
Black with #CE91BD
Text Example
Text Example
White with #CE91BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE91BD; }
p { color: rgb(206,145,189); }
H1.HeaderClassName
{
color: #CE91BD;
}
.AnyTagClassName
{
color: #CE91BD;
}
</style>
background-color css
<style>
a { background-color: #CE91BD; }
a { background-color: rgb(206,145,189); }
div.DivClassName
{
background-color: #CE91BD;
}
.BgClassName
{
background-color: #CE91BD;
}
</style>
border-color css
<style>
span { border-color: #CE91BD; }
span { border-color: rgb(206,145,189); }
td.TdClassName
{
border-color: #CE91BD;
}
.TagClassName
{
border-color: #CE91BD;
}
</style>