Shades of Lily #CE9FB8
Tints of Lily #CE9FB8
RGB
CMYK
RGB Variations
Color information
#CE9FB8 (or 0xCE9FB8) is known color: Lily. HEX triplet: CE, 9F and B8. RGB value is (206,159,184). Sum of RGB (Red+Green+Blue) = 206+159+184=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FB8 is #316047. Grayscale: #AFAFAF. Windows color (decimal): -3235912 or 12099534. OLE color: 12099534.
HSL color Cylindrical-coordinate representation of color #CE9FB8: hue angle of 328.09º 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 #CE9FB8 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 184 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.19 |
| HSL | 328.09º | 0.32% | 0.72% | - |
| HSV(B) | 328.09º | 0.23% | 0.81% | - |
| XYZ | 46.5 | 41.38 | 50.88 | - |
| YUV | 175.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 184 | 0 | 0.23 | 0.11 | 0.19 | 328.09 | 0.32 | 0.72 |
| Hex | CE | 9F | B8 | 0 | 17 | B | 13 | 148 | 20 | 48 |
| Octal | 316 | 237 | 270 | 0 | 27 | 13 | 23 | 510 | 40 | 110 |
| Binary | 11001110 | 10011111 | 10111000 | 0 | 10111 | 1011 | 10011 | 101001000 | 100000 | 1001000 |
Color Harmonies of #CE9FB8
Complementary color
Monochromatic Colors of #CE9FB8
Black with #CE9FB8
Text Example
Text Example
White with #CE9FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9FB8; }
p { color: rgb(206,159,184); }
H1.HeaderClassName
{
color: #CE9FB8;
}
.AnyTagClassName
{
color: #CE9FB8;
}
</style>
background-color css
<style>
a { background-color: #CE9FB8; }
a { background-color: rgb(206,159,184); }
div.DivClassName
{
background-color: #CE9FB8;
}
.BgClassName
{
background-color: #CE9FB8;
}
</style>
border-color css
<style>
span { border-color: #CE9FB8; }
span { border-color: rgb(206,159,184); }
td.TdClassName
{
border-color: #CE9FB8;
}
.TagClassName
{
border-color: #CE9FB8;
}
</style>