Shades of Lily #CE9FBB
Tints of Lily #CE9FBB
RGB
CMYK
RGB Variations
Color information
#CE9FBB (or 0xCE9FBB) is known color: Lily. HEX triplet: CE, 9F and BB. RGB value is (206,159,187). Sum of RGB (Red+Green+Blue) = 206+159+187=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FBB is #316044. Grayscale: #B0B0B0. Windows color (decimal): -3235909 or 12296142. OLE color: 12296142.
HSL color Cylindrical-coordinate representation of color #CE9FBB: hue angle of 324.26º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CE9FBB is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 187 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.19 |
| HSL | 324.26º | 0.32% | 0.72% | - |
| HSV(B) | 324.26º | 0.23% | 0.81% | - |
| XYZ | 46.82 | 41.51 | 52.56 | - |
| YUV | 176.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 187 | 0 | 0.23 | 0.09 | 0.19 | 324.26 | 0.32 | 0.72 |
| Hex | CE | 9F | BB | 0 | 17 | 9 | 13 | 144 | 20 | 48 |
| Octal | 316 | 237 | 273 | 0 | 27 | 11 | 23 | 504 | 40 | 110 |
| Binary | 11001110 | 10011111 | 10111011 | 0 | 10111 | 1001 | 10011 | 101000100 | 100000 | 1001000 |
Color Harmonies of #CE9FBB
Complementary color
Monochromatic Colors of #CE9FBB
Black with #CE9FBB
Text Example
Text Example
White with #CE9FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9FBB; }
p { color: rgb(206,159,187); }
H1.HeaderClassName
{
color: #CE9FBB;
}
.AnyTagClassName
{
color: #CE9FBB;
}
</style>
background-color css
<style>
a { background-color: #CE9FBB; }
a { background-color: rgb(206,159,187); }
div.DivClassName
{
background-color: #CE9FBB;
}
.BgClassName
{
background-color: #CE9FBB;
}
</style>
border-color css
<style>
span { border-color: #CE9FBB; }
span { border-color: rgb(206,159,187); }
td.TdClassName
{
border-color: #CE9FBB;
}
.TagClassName
{
border-color: #CE9FBB;
}
</style>