Shades of Lily #CE98AF
Tints of Lily #CE98AF
RGB
CMYK
RGB Variations
Color information
#CE98AF (or 0xCE98AF) is known color: Lily. HEX triplet: CE, 98 and AF. RGB value is (206,152,175). Sum of RGB (Red+Green+Blue) = 206+152+175=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE98AF is #316750. Grayscale: #AAAAAA. Windows color (decimal): -3237713 or 11507918. OLE color: 11507918.
HSL color Cylindrical-coordinate representation of color #CE98AF: hue angle of 334.44º 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 #CE98AF is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 175 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.19 |
| HSL | 334.44º | 0.36% | 0.7% | - |
| HSV(B) | 334.44º | 0.26% | 0.81% | - |
| XYZ | 44.42 | 38.67 | 45.68 | - |
| YUV | 170.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 175 | 0 | 0.26 | 0.15 | 0.19 | 334.44 | 0.36 | 0.7 |
| Hex | CE | 98 | AF | 0 | 1A | F | 13 | 14E | 24 | 46 |
| Octal | 316 | 230 | 257 | 0 | 32 | 17 | 23 | 516 | 44 | 106 |
| Binary | 11001110 | 10011000 | 10101111 | 0 | 11010 | 1111 | 10011 | 101001110 | 100100 | 1000110 |
Color Harmonies of #CE98AF
Complementary color
Monochromatic Colors of #CE98AF
Black with #CE98AF
Text Example
Text Example
White with #CE98AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE98AF; }
p { color: rgb(206,152,175); }
H1.HeaderClassName
{
color: #CE98AF;
}
.AnyTagClassName
{
color: #CE98AF;
}
</style>
background-color css
<style>
a { background-color: #CE98AF; }
a { background-color: rgb(206,152,175); }
div.DivClassName
{
background-color: #CE98AF;
}
.BgClassName
{
background-color: #CE98AF;
}
</style>
border-color css
<style>
span { border-color: #CE98AF; }
span { border-color: rgb(206,152,175); }
td.TdClassName
{
border-color: #CE98AF;
}
.TagClassName
{
border-color: #CE98AF;
}
</style>