Shades of Lily #CE98B1
Tints of Lily #CE98B1
RGB
CMYK
RGB Variations
Color information
#CE98B1 (or 0xCE98B1) is known color: Lily. HEX triplet: CE, 98 and B1. RGB value is (206,152,177). Sum of RGB (Red+Green+Blue) = 206+152+177=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE98B1 is #31674E. Grayscale: #AAAAAA. Windows color (decimal): -3237711 or 11638990. OLE color: 11638990.
HSL color Cylindrical-coordinate representation of color #CE98B1: hue angle of 332.22º 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 #CE98B1 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 177 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.19 |
| HSL | 332.22º | 0.36% | 0.7% | - |
| HSV(B) | 332.22º | 0.26% | 0.81% | - |
| XYZ | 44.62 | 38.75 | 46.72 | - |
| YUV | 171 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 177 | 0 | 0.26 | 0.14 | 0.19 | 332.22 | 0.36 | 0.7 |
| Hex | CE | 98 | B1 | 0 | 1A | E | 13 | 14C | 24 | 46 |
| Octal | 316 | 230 | 261 | 0 | 32 | 16 | 23 | 514 | 44 | 106 |
| Binary | 11001110 | 10011000 | 10110001 | 0 | 11010 | 1110 | 10011 | 101001100 | 100100 | 1000110 |
Color Harmonies of #CE98B1
Complementary color
Monochromatic Colors of #CE98B1
Black with #CE98B1
Text Example
Text Example
White with #CE98B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE98B1; }
p { color: rgb(206,152,177); }
H1.HeaderClassName
{
color: #CE98B1;
}
.AnyTagClassName
{
color: #CE98B1;
}
</style>
background-color css
<style>
a { background-color: #CE98B1; }
a { background-color: rgb(206,152,177); }
div.DivClassName
{
background-color: #CE98B1;
}
.BgClassName
{
background-color: #CE98B1;
}
</style>
border-color css
<style>
span { border-color: #CE98B1; }
span { border-color: rgb(206,152,177); }
td.TdClassName
{
border-color: #CE98B1;
}
.TagClassName
{
border-color: #CE98B1;
}
</style>