Shades of Lily #CE99BB
Tints of Lily #CE99BB
RGB
CMYK
RGB Variations
Color information
#CE99BB (or 0xCE99BB) is known color: Lily. HEX triplet: CE, 99 and BB. RGB value is (206,153,187). Sum of RGB (Red+Green+Blue) = 206+153+187=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CE99BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99BB is #316644. Grayscale: #ACACAC. Windows color (decimal): -3237445 or 12294606. OLE color: 12294606.
HSL color Cylindrical-coordinate representation of color #CE99BB: hue angle of 321.51º 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 #CE99BB is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 187 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.19 |
| HSL | 321.51º | 0.35% | 0.7% | - |
| HSV(B) | 321.51º | 0.26% | 0.81% | - |
| XYZ | 45.81 | 39.49 | 52.22 | - |
| YUV | 172.72 | 136.06 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 187 | 0 | 0.26 | 0.09 | 0.19 | 321.51 | 0.35 | 0.7 |
| Hex | CE | 99 | BB | 0 | 1A | 9 | 13 | 142 | 23 | 46 |
| Octal | 316 | 231 | 273 | 0 | 32 | 11 | 23 | 502 | 43 | 106 |
| Binary | 11001110 | 10011001 | 10111011 | 0 | 11010 | 1001 | 10011 | 101000010 | 100011 | 1000110 |
Color Harmonies of #CE99BB
Complementary color
Monochromatic Colors of #CE99BB
Black with #CE99BB
Text Example
Text Example
White with #CE99BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE99BB; }
p { color: rgb(206,153,187); }
H1.HeaderClassName
{
color: #CE99BB;
}
.AnyTagClassName
{
color: #CE99BB;
}
</style>
background-color css
<style>
a { background-color: #CE99BB; }
a { background-color: rgb(206,153,187); }
div.DivClassName
{
background-color: #CE99BB;
}
.BgClassName
{
background-color: #CE99BB;
}
</style>
border-color css
<style>
span { border-color: #CE99BB; }
span { border-color: rgb(206,153,187); }
td.TdClassName
{
border-color: #CE99BB;
}
.TagClassName
{
border-color: #CE99BB;
}
</style>