Shades of Lily #CE98BC
Tints of Lily #CE98BC
RGB
CMYK
RGB Variations
Color information
#CE98BC (or 0xCE98BC) is known color: Lily. HEX triplet: CE, 98 and BC. RGB value is (206,152,188). Sum of RGB (Red+Green+Blue) = 206+152+188=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98BC is #316743. Grayscale: #ACACAC. Windows color (decimal): -3237700 or 12359886. OLE color: 12359886.
HSL color Cylindrical-coordinate representation of color #CE98BC: hue angle of 320º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE98BC is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 188 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.19 |
| HSL | 320º | 0.36% | 0.7% | - |
| HSV(B) | 320º | 0.26% | 0.81% | - |
| XYZ | 45.76 | 39.21 | 52.73 | - |
| YUV | 172.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 188 | 0 | 0.26 | 0.09 | 0.19 | 320 | 0.36 | 0.7 |
| Hex | CE | 98 | BC | 0 | 1A | 9 | 13 | 140 | 24 | 46 |
| Octal | 316 | 230 | 274 | 0 | 32 | 11 | 23 | 500 | 44 | 106 |
| Binary | 11001110 | 10011000 | 10111100 | 0 | 11010 | 1001 | 10011 | 101000000 | 100100 | 1000110 |
Color Harmonies of #CE98BC
Complementary color
Monochromatic Colors of #CE98BC
Black with #CE98BC
Text Example
Text Example
White with #CE98BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE98BC; }
p { color: rgb(206,152,188); }
H1.HeaderClassName
{
color: #CE98BC;
}
.AnyTagClassName
{
color: #CE98BC;
}
</style>
background-color css
<style>
a { background-color: #CE98BC; }
a { background-color: rgb(206,152,188); }
div.DivClassName
{
background-color: #CE98BC;
}
.BgClassName
{
background-color: #CE98BC;
}
</style>
border-color css
<style>
span { border-color: #CE98BC; }
span { border-color: rgb(206,152,188); }
td.TdClassName
{
border-color: #CE98BC;
}
.TagClassName
{
border-color: #CE98BC;
}
</style>