Shades of Lily #CE9EBD
Tints of Lily #CE9EBD
RGB
CMYK
RGB Variations
Color information
#CE9EBD (or 0xCE9EBD) is known color: Lily. HEX triplet: CE, 9E and BD. RGB value is (206,158,189). Sum of RGB (Red+Green+Blue) = 206+158+189=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9EBD is #316142. Grayscale: #AFAFAF. Windows color (decimal): -3236163 or 12426958. OLE color: 12426958.
HSL color Cylindrical-coordinate representation of color #CE9EBD: hue angle of 321.25º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CE9EBD is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 189 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.19 |
| HSL | 321.25º | 0.33% | 0.71% | - |
| HSV(B) | 321.25º | 0.23% | 0.81% | - |
| XYZ | 46.87 | 41.25 | 53.64 | - |
| YUV | 175.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 189 | 0 | 0.23 | 0.08 | 0.19 | 321.25 | 0.33 | 0.71 |
| Hex | CE | 9E | BD | 0 | 17 | 8 | 13 | 141 | 21 | 47 |
| Octal | 316 | 236 | 275 | 0 | 27 | 10 | 23 | 501 | 41 | 107 |
| Binary | 11001110 | 10011110 | 10111101 | 0 | 10111 | 1000 | 10011 | 101000001 | 100001 | 1000111 |
Color Harmonies of #CE9EBD
Complementary color
Monochromatic Colors of #CE9EBD
Black with #CE9EBD
Text Example
Text Example
White with #CE9EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9EBD; }
p { color: rgb(206,158,189); }
H1.HeaderClassName
{
color: #CE9EBD;
}
.AnyTagClassName
{
color: #CE9EBD;
}
</style>
background-color css
<style>
a { background-color: #CE9EBD; }
a { background-color: rgb(206,158,189); }
div.DivClassName
{
background-color: #CE9EBD;
}
.BgClassName
{
background-color: #CE9EBD;
}
</style>
border-color css
<style>
span { border-color: #CE9EBD; }
span { border-color: rgb(206,158,189); }
td.TdClassName
{
border-color: #CE9EBD;
}
.TagClassName
{
border-color: #CE9EBD;
}
</style>