Shades of Lily #CE99AF
Tints of Lily #CE99AF
RGB
CMYK
RGB Variations
Color information
#CE99AF (or 0xCE99AF) is known color: Lily. HEX triplet: CE, 99 and AF. RGB value is (206,153,175). Sum of RGB (Red+Green+Blue) = 206+153+175=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE99AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE99AF is #316650. Grayscale: #ABABAB. Windows color (decimal): -3237457 or 11508174. OLE color: 11508174.
HSL color Cylindrical-coordinate representation of color #CE99AF: hue angle of 335.09º degrees, saturation: 0.35, 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 #CE99AF is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 175 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.19 |
| HSL | 335.09º | 0.35% | 0.7% | - |
| HSV(B) | 335.09º | 0.26% | 0.81% | - |
| XYZ | 44.58 | 39 | 45.74 | - |
| YUV | 171.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 175 | 0 | 0.26 | 0.15 | 0.19 | 335.09 | 0.35 | 0.7 |
| Hex | CE | 99 | AF | 0 | 1A | F | 13 | 14F | 23 | 46 |
| Octal | 316 | 231 | 257 | 0 | 32 | 17 | 23 | 517 | 43 | 106 |
| Binary | 11001110 | 10011001 | 10101111 | 0 | 11010 | 1111 | 10011 | 101001111 | 100011 | 1000110 |
Color Harmonies of #CE99AF
Complementary color
Monochromatic Colors of #CE99AF
Black with #CE99AF
Text Example
Text Example
White with #CE99AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE99AF; }
p { color: rgb(206,153,175); }
H1.HeaderClassName
{
color: #CE99AF;
}
.AnyTagClassName
{
color: #CE99AF;
}
</style>
background-color css
<style>
a { background-color: #CE99AF; }
a { background-color: rgb(206,153,175); }
div.DivClassName
{
background-color: #CE99AF;
}
.BgClassName
{
background-color: #CE99AF;
}
</style>
border-color css
<style>
span { border-color: #CE99AF; }
span { border-color: rgb(206,153,175); }
td.TdClassName
{
border-color: #CE99AF;
}
.TagClassName
{
border-color: #CE99AF;
}
</style>