Shades of Lily #CE8DBD
Tints of Lily #CE8DBD
RGB
CMYK
RGB Variations
Color information
#CE8DBD (or 0xCE8DBD) is known color: Lily. HEX triplet: CE, 8D and BD. RGB value is (206,141,189). Sum of RGB (Red+Green+Blue) = 206+141+189=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8DBD is #317242. Grayscale: #A5A5A5. Windows color (decimal): -3240515 or 12422606. OLE color: 12422606.
HSL color Cylindrical-coordinate representation of color #CE8DBD: hue angle of 315.69º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE8DBD is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 189 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.19 |
| HSL | 315.69º | 0.4% | 0.68% | - |
| HSV(B) | 315.69º | 0.32% | 0.81% | - |
| XYZ | 44.16 | 35.85 | 52.74 | - |
| YUV | 165.91 | 141.03 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 189 | 0 | 0.32 | 0.08 | 0.19 | 315.69 | 0.4 | 0.68 |
| Hex | CE | 8D | BD | 0 | 20 | 8 | 13 | 13C | 28 | 44 |
| Octal | 316 | 215 | 275 | 0 | 40 | 10 | 23 | 474 | 50 | 104 |
| Binary | 11001110 | 10001101 | 10111101 | 0 | 100000 | 1000 | 10011 | 100111100 | 101000 | 1000100 |
Color Harmonies of #CE8DBD
Complementary color
Monochromatic Colors of #CE8DBD
Black with #CE8DBD
Text Example
Text Example
White with #CE8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8DBD; }
p { color: rgb(206,141,189); }
H1.HeaderClassName
{
color: #CE8DBD;
}
.AnyTagClassName
{
color: #CE8DBD;
}
</style>
background-color css
<style>
a { background-color: #CE8DBD; }
a { background-color: rgb(206,141,189); }
div.DivClassName
{
background-color: #CE8DBD;
}
.BgClassName
{
background-color: #CE8DBD;
}
</style>
border-color css
<style>
span { border-color: #CE8DBD; }
span { border-color: rgb(206,141,189); }
td.TdClassName
{
border-color: #CE8DBD;
}
.TagClassName
{
border-color: #CE8DBD;
}
</style>