Shades of Lily #CE9FBA
Tints of Lily #CE9FBA
RGB
CMYK
RGB Variations
Color information
#CE9FBA (or 0xCE9FBA) is known color: Lily. HEX triplet: CE, 9F and BA. RGB value is (206,159,186). Sum of RGB (Red+Green+Blue) = 206+159+186=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FBA is #316045. Grayscale: #B0B0B0. Windows color (decimal): -3235910 or 12230606. OLE color: 12230606.
HSL color Cylindrical-coordinate representation of color #CE9FBA: hue angle of 325.53º 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 #CE9FBA is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 186 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.19 |
| HSL | 325.53º | 0.32% | 0.72% | - |
| HSV(B) | 325.53º | 0.23% | 0.81% | - |
| XYZ | 46.71 | 41.46 | 52 | - |
| YUV | 176.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 186 | 0 | 0.23 | 0.10 | 0.19 | 325.53 | 0.32 | 0.72 |
| Hex | CE | 9F | BA | 0 | 17 | A | 13 | 146 | 20 | 48 |
| Octal | 316 | 237 | 272 | 0 | 27 | 12 | 23 | 506 | 40 | 110 |
| Binary | 11001110 | 10011111 | 10111010 | 0 | 10111 | 1010 | 10011 | 101000110 | 100000 | 1001000 |
Color Harmonies of #CE9FBA
Complementary color
Monochromatic Colors of #CE9FBA
Black with #CE9FBA
Text Example
Text Example
White with #CE9FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9FBA; }
p { color: rgb(206,159,186); }
H1.HeaderClassName
{
color: #CE9FBA;
}
.AnyTagClassName
{
color: #CE9FBA;
}
</style>
background-color css
<style>
a { background-color: #CE9FBA; }
a { background-color: rgb(206,159,186); }
div.DivClassName
{
background-color: #CE9FBA;
}
.BgClassName
{
background-color: #CE9FBA;
}
</style>
border-color css
<style>
span { border-color: #CE9FBA; }
span { border-color: rgb(206,159,186); }
td.TdClassName
{
border-color: #CE9FBA;
}
.TagClassName
{
border-color: #CE9FBA;
}
</style>