Shades of Lily #CE8DB6
Tints of Lily #CE8DB6
RGB
CMYK
RGB Variations
Color information
#CE8DB6 (or 0xCE8DB6) is known color: Lily. HEX triplet: CE, 8D and B6. RGB value is (206,141,182). Sum of RGB (Red+Green+Blue) = 206+141+182=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8DB6 is #317249. Grayscale: #A5A5A5. Windows color (decimal): -3240522 or 11963854. OLE color: 11963854.
HSL color Cylindrical-coordinate representation of color #CE8DB6: hue angle of 322.15º 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 #CE8DB6 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 182 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.19 |
| HSL | 322.15º | 0.4% | 0.68% | - |
| HSV(B) | 322.15º | 0.32% | 0.81% | - |
| XYZ | 43.42 | 35.55 | 48.83 | - |
| YUV | 165.11 | 137.53 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 182 | 0 | 0.32 | 0.12 | 0.19 | 322.15 | 0.4 | 0.68 |
| Hex | CE | 8D | B6 | 0 | 20 | C | 13 | 142 | 28 | 44 |
| Octal | 316 | 215 | 266 | 0 | 40 | 14 | 23 | 502 | 50 | 104 |
| Binary | 11001110 | 10001101 | 10110110 | 0 | 100000 | 1100 | 10011 | 101000010 | 101000 | 1000100 |
Color Harmonies of #CE8DB6
Complementary color
Monochromatic Colors of #CE8DB6
Black with #CE8DB6
Text Example
Text Example
White with #CE8DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8DB6; }
p { color: rgb(206,141,182); }
H1.HeaderClassName
{
color: #CE8DB6;
}
.AnyTagClassName
{
color: #CE8DB6;
}
</style>
background-color css
<style>
a { background-color: #CE8DB6; }
a { background-color: rgb(206,141,182); }
div.DivClassName
{
background-color: #CE8DB6;
}
.BgClassName
{
background-color: #CE8DB6;
}
</style>
border-color css
<style>
span { border-color: #CE8DB6; }
span { border-color: rgb(206,141,182); }
td.TdClassName
{
border-color: #CE8DB6;
}
.TagClassName
{
border-color: #CE8DB6;
}
</style>