Shades of Lily #CE99B5
Tints of Lily #CE99B5
RGB
CMYK
RGB Variations
Color information
#CE99B5 (or 0xCE99B5) is known color: Lily. HEX triplet: CE, 99 and B5. RGB value is (206,153,181). Sum of RGB (Red+Green+Blue) = 206+153+181=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CE99B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99B5 is #31664A. Grayscale: #ABABAB. Windows color (decimal): -3237451 or 11901390. OLE color: 11901390.
HSL color Cylindrical-coordinate representation of color #CE99B5: hue angle of 328.3º 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 #CE99B5 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 181 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.19 |
| HSL | 328.3º | 0.35% | 0.7% | - |
| HSV(B) | 328.3º | 0.26% | 0.81% | - |
| XYZ | 45.19 | 39.24 | 48.91 | - |
| YUV | 172.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 181 | 0 | 0.26 | 0.12 | 0.19 | 328.3 | 0.35 | 0.7 |
| Hex | CE | 99 | B5 | 0 | 1A | C | 13 | 148 | 23 | 46 |
| Octal | 316 | 231 | 265 | 0 | 32 | 14 | 23 | 510 | 43 | 106 |
| Binary | 11001110 | 10011001 | 10110101 | 0 | 11010 | 1100 | 10011 | 101001000 | 100011 | 1000110 |
Color Harmonies of #CE99B5
Complementary color
Monochromatic Colors of #CE99B5
Black with #CE99B5
Text Example
Text Example
White with #CE99B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE99B5; }
p { color: rgb(206,153,181); }
H1.HeaderClassName
{
color: #CE99B5;
}
.AnyTagClassName
{
color: #CE99B5;
}
</style>
background-color css
<style>
a { background-color: #CE99B5; }
a { background-color: rgb(206,153,181); }
div.DivClassName
{
background-color: #CE99B5;
}
.BgClassName
{
background-color: #CE99B5;
}
</style>
border-color css
<style>
span { border-color: #CE99B5; }
span { border-color: rgb(206,153,181); }
td.TdClassName
{
border-color: #CE99B5;
}
.TagClassName
{
border-color: #CE99B5;
}
</style>