Shades of Lily #CE98B7
Tints of Lily #CE98B7
RGB
CMYK
RGB Variations
Color information
#CE98B7 (or 0xCE98B7) is known color: Lily. HEX triplet: CE, 98 and B7. RGB value is (206,152,183). Sum of RGB (Red+Green+Blue) = 206+152+183=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98B7 is #316748. Grayscale: #ABABAB. Windows color (decimal): -3237705 or 12032206. OLE color: 12032206.
HSL color Cylindrical-coordinate representation of color #CE98B7: hue angle of 325.56º 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 #CE98B7 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 183 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.19 |
| HSL | 325.56º | 0.36% | 0.7% | - |
| HSV(B) | 325.56º | 0.26% | 0.81% | - |
| XYZ | 45.23 | 39 | 49.94 | - |
| YUV | 171.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 183 | 0 | 0.26 | 0.11 | 0.19 | 325.56 | 0.36 | 0.7 |
| Hex | CE | 98 | B7 | 0 | 1A | B | 13 | 146 | 24 | 46 |
| Octal | 316 | 230 | 267 | 0 | 32 | 13 | 23 | 506 | 44 | 106 |
| Binary | 11001110 | 10011000 | 10110111 | 0 | 11010 | 1011 | 10011 | 101000110 | 100100 | 1000110 |
Color Harmonies of #CE98B7
Complementary color
Monochromatic Colors of #CE98B7
Black with #CE98B7
Text Example
Text Example
White with #CE98B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE98B7; }
p { color: rgb(206,152,183); }
H1.HeaderClassName
{
color: #CE98B7;
}
.AnyTagClassName
{
color: #CE98B7;
}
</style>
background-color css
<style>
a { background-color: #CE98B7; }
a { background-color: rgb(206,152,183); }
div.DivClassName
{
background-color: #CE98B7;
}
.BgClassName
{
background-color: #CE98B7;
}
</style>
border-color css
<style>
span { border-color: #CE98B7; }
span { border-color: rgb(206,152,183); }
td.TdClassName
{
border-color: #CE98B7;
}
.TagClassName
{
border-color: #CE98B7;
}
</style>