Shades of Lily #CE9DBF
Tints of Lily #CE9DBF
RGB
CMYK
RGB Variations
Color information
#CE9DBF (or 0xCE9DBF) is known color: Lily. HEX triplet: CE, 9D and BF. RGB value is (206,157,191). Sum of RGB (Red+Green+Blue) = 206+157+191=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DBF is #316240. Grayscale: #AFAFAF. Windows color (decimal): -3236417 or 12557774. OLE color: 12557774.
HSL color Cylindrical-coordinate representation of color #CE9DBF: hue angle of 318.37º 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 #CE9DBF is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 191 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.19 |
| HSL | 318.37º | 0.33% | 0.71% | - |
| HSV(B) | 318.37º | 0.24% | 0.81% | - |
| XYZ | 46.91 | 41 | 54.73 | - |
| YUV | 175.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 191 | 0 | 0.24 | 0.07 | 0.19 | 318.37 | 0.33 | 0.71 |
| Hex | CE | 9D | BF | 0 | 18 | 7 | 13 | 13E | 21 | 47 |
| Octal | 316 | 235 | 277 | 0 | 30 | 7 | 23 | 476 | 41 | 107 |
| Binary | 11001110 | 10011101 | 10111111 | 0 | 11000 | 111 | 10011 | 100111110 | 100001 | 1000111 |
Color Harmonies of #CE9DBF
Complementary color
Monochromatic Colors of #CE9DBF
Black with #CE9DBF
Text Example
Text Example
White with #CE9DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9DBF; }
p { color: rgb(206,157,191); }
H1.HeaderClassName
{
color: #CE9DBF;
}
.AnyTagClassName
{
color: #CE9DBF;
}
</style>
background-color css
<style>
a { background-color: #CE9DBF; }
a { background-color: rgb(206,157,191); }
div.DivClassName
{
background-color: #CE9DBF;
}
.BgClassName
{
background-color: #CE9DBF;
}
</style>
border-color css
<style>
span { border-color: #CE9DBF; }
span { border-color: rgb(206,157,191); }
td.TdClassName
{
border-color: #CE9DBF;
}
.TagClassName
{
border-color: #CE9DBF;
}
</style>