Shades of Lily #CE9DB5
Tints of Lily #CE9DB5
RGB
CMYK
RGB Variations
Color information
#CE9DB5 (or 0xCE9DB5) is known color: Lily. HEX triplet: CE, 9D and B5. RGB value is (206,157,181). Sum of RGB (Red+Green+Blue) = 206+157+181=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DB5 is #31624A. Grayscale: #AEAEAE. Windows color (decimal): -3236427 or 11902414. OLE color: 11902414.
HSL color Cylindrical-coordinate representation of color #CE9DB5: hue angle of 330.61º 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 #CE9DB5 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 181 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.19 |
| HSL | 330.61º | 0.33% | 0.71% | - |
| HSV(B) | 330.61º | 0.24% | 0.81% | - |
| XYZ | 45.85 | 40.57 | 49.13 | - |
| YUV | 174.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 181 | 0 | 0.24 | 0.12 | 0.19 | 330.61 | 0.33 | 0.71 |
| Hex | CE | 9D | B5 | 0 | 18 | C | 13 | 14B | 21 | 47 |
| Octal | 316 | 235 | 265 | 0 | 30 | 14 | 23 | 513 | 41 | 107 |
| Binary | 11001110 | 10011101 | 10110101 | 0 | 11000 | 1100 | 10011 | 101001011 | 100001 | 1000111 |
Color Harmonies of #CE9DB5
Complementary color
Monochromatic Colors of #CE9DB5
Black with #CE9DB5
Text Example
Text Example
White with #CE9DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9DB5; }
p { color: rgb(206,157,181); }
H1.HeaderClassName
{
color: #CE9DB5;
}
.AnyTagClassName
{
color: #CE9DB5;
}
</style>
background-color css
<style>
a { background-color: #CE9DB5; }
a { background-color: rgb(206,157,181); }
div.DivClassName
{
background-color: #CE9DB5;
}
.BgClassName
{
background-color: #CE9DB5;
}
</style>
border-color css
<style>
span { border-color: #CE9DB5; }
span { border-color: rgb(206,157,181); }
td.TdClassName
{
border-color: #CE9DB5;
}
.TagClassName
{
border-color: #CE9DB5;
}
</style>