Shades of Lily #CE95BD
Tints of Lily #CE95BD
RGB
CMYK
RGB Variations
Color information
#CE95BD (or 0xCE95BD) is known color: Lily. HEX triplet: CE, 95 and BD. RGB value is (206,149,189). Sum of RGB (Red+Green+Blue) = 206+149+189=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95BD is #316A42. Grayscale: #AAAAAA. Windows color (decimal): -3238467 or 12424654. OLE color: 12424654.
HSL color Cylindrical-coordinate representation of color #CE95BD: hue angle of 317.89º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE95BD is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 189 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.19 |
| HSL | 317.89º | 0.37% | 0.7% | - |
| HSV(B) | 317.89º | 0.28% | 0.81% | - |
| XYZ | 45.39 | 38.29 | 53.14 | - |
| YUV | 170.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 189 | 0 | 0.28 | 0.08 | 0.19 | 317.89 | 0.37 | 0.7 |
| Hex | CE | 95 | BD | 0 | 1C | 8 | 13 | 13E | 25 | 46 |
| Octal | 316 | 225 | 275 | 0 | 34 | 10 | 23 | 476 | 45 | 106 |
| Binary | 11001110 | 10010101 | 10111101 | 0 | 11100 | 1000 | 10011 | 100111110 | 100101 | 1000110 |
Color Harmonies of #CE95BD
Complementary color
Monochromatic Colors of #CE95BD
Black with #CE95BD
Text Example
Text Example
White with #CE95BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE95BD; }
p { color: rgb(206,149,189); }
H1.HeaderClassName
{
color: #CE95BD;
}
.AnyTagClassName
{
color: #CE95BD;
}
</style>
background-color css
<style>
a { background-color: #CE95BD; }
a { background-color: rgb(206,149,189); }
div.DivClassName
{
background-color: #CE95BD;
}
.BgClassName
{
background-color: #CE95BD;
}
</style>
border-color css
<style>
span { border-color: #CE95BD; }
span { border-color: rgb(206,149,189); }
td.TdClassName
{
border-color: #CE95BD;
}
.TagClassName
{
border-color: #CE95BD;
}
</style>