Shades of Lily #CE9DBA
Tints of Lily #CE9DBA
RGB
CMYK
RGB Variations
Color information
#CE9DBA (or 0xCE9DBA) is known color: Lily. HEX triplet: CE, 9D and BA. RGB value is (206,157,186). Sum of RGB (Red+Green+Blue) = 206+157+186=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DBA is #316245. Grayscale: #AEAEAE. Windows color (decimal): -3236422 or 12230094. OLE color: 12230094.
HSL color Cylindrical-coordinate representation of color #CE9DBA: hue angle of 324.49º 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 #CE9DBA is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 186 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.19 |
| HSL | 324.49º | 0.33% | 0.71% | - |
| HSV(B) | 324.49º | 0.24% | 0.81% | - |
| XYZ | 46.37 | 40.78 | 51.88 | - |
| YUV | 174.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 186 | 0 | 0.24 | 0.10 | 0.19 | 324.49 | 0.33 | 0.71 |
| Hex | CE | 9D | BA | 0 | 18 | A | 13 | 144 | 21 | 47 |
| Octal | 316 | 235 | 272 | 0 | 30 | 12 | 23 | 504 | 41 | 107 |
| Binary | 11001110 | 10011101 | 10111010 | 0 | 11000 | 1010 | 10011 | 101000100 | 100001 | 1000111 |
Color Harmonies of #CE9DBA
Complementary color
Monochromatic Colors of #CE9DBA
Black with #CE9DBA
Text Example
Text Example
White with #CE9DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9DBA; }
p { color: rgb(206,157,186); }
H1.HeaderClassName
{
color: #CE9DBA;
}
.AnyTagClassName
{
color: #CE9DBA;
}
</style>
background-color css
<style>
a { background-color: #CE9DBA; }
a { background-color: rgb(206,157,186); }
div.DivClassName
{
background-color: #CE9DBA;
}
.BgClassName
{
background-color: #CE9DBA;
}
</style>
border-color css
<style>
span { border-color: #CE9DBA; }
span { border-color: rgb(206,157,186); }
td.TdClassName
{
border-color: #CE9DBA;
}
.TagClassName
{
border-color: #CE9DBA;
}
</style>