Shades of Lily #CE9DB0
Tints of Lily #CE9DB0
RGB
CMYK
RGB Variations
Color information
#CE9DB0 (or 0xCE9DB0) is known color: Lily. HEX triplet: CE, 9D and B0. RGB value is (206,157,176). Sum of RGB (Red+Green+Blue) = 206+157+176=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9DB0 is #31624F. Grayscale: #ADADAD. Windows color (decimal): -3236432 or 11574734. OLE color: 11574734.
HSL color Cylindrical-coordinate representation of color #CE9DB0: hue angle of 336.73º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CE9DB0 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 176 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.19 |
| HSL | 336.73º | 0.33% | 0.71% | - |
| HSV(B) | 336.73º | 0.24% | 0.81% | - |
| XYZ | 45.35 | 40.37 | 46.48 | - |
| YUV | 173.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 176 | 0 | 0.24 | 0.15 | 0.19 | 336.73 | 0.33 | 0.71 |
| Hex | CE | 9D | B0 | 0 | 18 | F | 13 | 151 | 21 | 47 |
| Octal | 316 | 235 | 260 | 0 | 30 | 17 | 23 | 521 | 41 | 107 |
| Binary | 11001110 | 10011101 | 10110000 | 0 | 11000 | 1111 | 10011 | 101010001 | 100001 | 1000111 |
Color Harmonies of #CE9DB0
Complementary color
Monochromatic Colors of #CE9DB0
Black with #CE9DB0
Text Example
Text Example
White with #CE9DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9DB0; }
p { color: rgb(206,157,176); }
H1.HeaderClassName
{
color: #CE9DB0;
}
.AnyTagClassName
{
color: #CE9DB0;
}
</style>
background-color css
<style>
a { background-color: #CE9DB0; }
a { background-color: rgb(206,157,176); }
div.DivClassName
{
background-color: #CE9DB0;
}
.BgClassName
{
background-color: #CE9DB0;
}
</style>
border-color css
<style>
span { border-color: #CE9DB0; }
span { border-color: rgb(206,157,176); }
td.TdClassName
{
border-color: #CE9DB0;
}
.TagClassName
{
border-color: #CE9DB0;
}
</style>