Shades of Lily #CE9FB6
Tints of Lily #CE9FB6
RGB
CMYK
RGB Variations
Color information
#CE9FB6 (or 0xCE9FB6) is known color: Lily. HEX triplet: CE, 9F and B6. RGB value is (206,159,182). Sum of RGB (Red+Green+Blue) = 206+159+182=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FB6 is #316049. Grayscale: #AFAFAF. Windows color (decimal): -3235914 or 11968462. OLE color: 11968462.
HSL color Cylindrical-coordinate representation of color #CE9FB6: hue angle of 330.64º 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 #CE9FB6 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 182 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.19 |
| HSL | 330.64º | 0.32% | 0.72% | - |
| HSV(B) | 330.64º | 0.23% | 0.81% | - |
| XYZ | 46.3 | 41.3 | 49.79 | - |
| YUV | 175.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 182 | 0 | 0.23 | 0.12 | 0.19 | 330.64 | 0.32 | 0.72 |
| Hex | CE | 9F | B6 | 0 | 17 | C | 13 | 14B | 20 | 48 |
| Octal | 316 | 237 | 266 | 0 | 27 | 14 | 23 | 513 | 40 | 110 |
| Binary | 11001110 | 10011111 | 10110110 | 0 | 10111 | 1100 | 10011 | 101001011 | 100000 | 1001000 |
Color Harmonies of #CE9FB6
Complementary color
Monochromatic Colors of #CE9FB6
Black with #CE9FB6
Text Example
Text Example
White with #CE9FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9FB6; }
p { color: rgb(206,159,182); }
H1.HeaderClassName
{
color: #CE9FB6;
}
.AnyTagClassName
{
color: #CE9FB6;
}
</style>
background-color css
<style>
a { background-color: #CE9FB6; }
a { background-color: rgb(206,159,182); }
div.DivClassName
{
background-color: #CE9FB6;
}
.BgClassName
{
background-color: #CE9FB6;
}
</style>
border-color css
<style>
span { border-color: #CE9FB6; }
span { border-color: rgb(206,159,182); }
td.TdClassName
{
border-color: #CE9FB6;
}
.TagClassName
{
border-color: #CE9FB6;
}
</style>