Shades of Lily #CE9DBD
Tints of Lily #CE9DBD
RGB
CMYK
RGB Variations
Color information
#CE9DBD (or 0xCE9DBD) is known color: Lily. HEX triplet: CE, 9D and BD. RGB value is (206,157,189). Sum of RGB (Red+Green+Blue) = 206+157+189=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DBD is #316242. Grayscale: #AFAFAF. Windows color (decimal): -3236419 or 12426702. OLE color: 12426702.
HSL color Cylindrical-coordinate representation of color #CE9DBD: hue angle of 320.82º 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 #CE9DBD is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 189 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.19 |
| HSL | 320.82º | 0.33% | 0.71% | - |
| HSV(B) | 320.82º | 0.24% | 0.81% | - |
| XYZ | 46.7 | 40.91 | 53.58 | - |
| YUV | 175.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 189 | 0 | 0.24 | 0.08 | 0.19 | 320.82 | 0.33 | 0.71 |
| Hex | CE | 9D | BD | 0 | 18 | 8 | 13 | 141 | 21 | 47 |
| Octal | 316 | 235 | 275 | 0 | 30 | 10 | 23 | 501 | 41 | 107 |
| Binary | 11001110 | 10011101 | 10111101 | 0 | 11000 | 1000 | 10011 | 101000001 | 100001 | 1000111 |
Color Harmonies of #CE9DBD
Complementary color
Monochromatic Colors of #CE9DBD
Black with #CE9DBD
Text Example
Text Example
White with #CE9DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9DBD; }
p { color: rgb(206,157,189); }
H1.HeaderClassName
{
color: #CE9DBD;
}
.AnyTagClassName
{
color: #CE9DBD;
}
</style>
background-color css
<style>
a { background-color: #CE9DBD; }
a { background-color: rgb(206,157,189); }
div.DivClassName
{
background-color: #CE9DBD;
}
.BgClassName
{
background-color: #CE9DBD;
}
</style>
border-color css
<style>
span { border-color: #CE9DBD; }
span { border-color: rgb(206,157,189); }
td.TdClassName
{
border-color: #CE9DBD;
}
.TagClassName
{
border-color: #CE9DBD;
}
</style>