Shades of Lily #CE99B3
Tints of Lily #CE99B3
RGB
CMYK
RGB Variations
Color information
#CE99B3 (or 0xCE99B3) is known color: Lily. HEX triplet: CE, 99 and B3. RGB value is (206,153,179). Sum of RGB (Red+Green+Blue) = 206+153+179=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CE99B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99B3 is #31664C. Grayscale: #ABABAB. Windows color (decimal): -3237453 or 11770318. OLE color: 11770318.
HSL color Cylindrical-coordinate representation of color #CE99B3: hue angle of 330.57º 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 #CE99B3 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 179 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.19 |
| HSL | 330.57º | 0.35% | 0.7% | - |
| HSV(B) | 330.57º | 0.26% | 0.81% | - |
| XYZ | 44.98 | 39.16 | 47.84 | - |
| YUV | 171.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 179 | 0 | 0.26 | 0.13 | 0.19 | 330.57 | 0.35 | 0.7 |
| Hex | CE | 99 | B3 | 0 | 1A | D | 13 | 14B | 23 | 46 |
| Octal | 316 | 231 | 263 | 0 | 32 | 15 | 23 | 513 | 43 | 106 |
| Binary | 11001110 | 10011001 | 10110011 | 0 | 11010 | 1101 | 10011 | 101001011 | 100011 | 1000110 |
Color Harmonies of #CE99B3
Complementary color
Monochromatic Colors of #CE99B3
Black with #CE99B3
Text Example
Text Example
White with #CE99B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE99B3; }
p { color: rgb(206,153,179); }
H1.HeaderClassName
{
color: #CE99B3;
}
.AnyTagClassName
{
color: #CE99B3;
}
</style>
background-color css
<style>
a { background-color: #CE99B3; }
a { background-color: rgb(206,153,179); }
div.DivClassName
{
background-color: #CE99B3;
}
.BgClassName
{
background-color: #CE99B3;
}
</style>
border-color css
<style>
span { border-color: #CE99B3; }
span { border-color: rgb(206,153,179); }
td.TdClassName
{
border-color: #CE99B3;
}
.TagClassName
{
border-color: #CE99B3;
}
</style>