Shades of Lily #CE9BBA
Tints of Lily #CE9BBA
RGB
CMYK
RGB Variations
Color information
#CE9BBA (or 0xCE9BBA) is known color: Lily. HEX triplet: CE, 9B and BA. RGB value is (206,155,186). Sum of RGB (Red+Green+Blue) = 206+155+186=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9BBA is #316445. Grayscale: #ADADAD. Windows color (decimal): -3236934 or 12229582. OLE color: 12229582.
HSL color Cylindrical-coordinate representation of color #CE9BBA: hue angle of 323.53º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CE9BBA is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 155 | 186 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.19 |
| HSL | 323.53º | 0.34% | 0.71% | - |
| HSV(B) | 323.53º | 0.25% | 0.81% | - |
| XYZ | 46.04 | 40.11 | 51.77 | - |
| YUV | 173.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 186 | 0 | 0.25 | 0.10 | 0.19 | 323.53 | 0.34 | 0.71 |
| Hex | CE | 9B | BA | 0 | 19 | A | 13 | 144 | 22 | 47 |
| Octal | 316 | 233 | 272 | 0 | 31 | 12 | 23 | 504 | 42 | 107 |
| Binary | 11001110 | 10011011 | 10111010 | 0 | 11001 | 1010 | 10011 | 101000100 | 100010 | 1000111 |
Color Harmonies of #CE9BBA
Complementary color
Monochromatic Colors of #CE9BBA
Black with #CE9BBA
Text Example
Text Example
White with #CE9BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9BBA; }
p { color: rgb(206,155,186); }
H1.HeaderClassName
{
color: #CE9BBA;
}
.AnyTagClassName
{
color: #CE9BBA;
}
</style>
background-color css
<style>
a { background-color: #CE9BBA; }
a { background-color: rgb(206,155,186); }
div.DivClassName
{
background-color: #CE9BBA;
}
.BgClassName
{
background-color: #CE9BBA;
}
</style>
border-color css
<style>
span { border-color: #CE9BBA; }
span { border-color: rgb(206,155,186); }
td.TdClassName
{
border-color: #CE9BBA;
}
.TagClassName
{
border-color: #CE9BBA;
}
</style>