Shades of Lily #CE8CB1
Tints of Lily #CE8CB1
RGB
CMYK
RGB Variations
Color information
#CE8CB1 (or 0xCE8CB1) is known color: Lily. HEX triplet: CE, 8C and B1. RGB value is (206,140,177). Sum of RGB (Red+Green+Blue) = 206+140+177=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8CB1 is #31734E. Grayscale: #A3A3A3. Windows color (decimal): -3240783 or 11635918. OLE color: 11635918.
HSL color Cylindrical-coordinate representation of color #CE8CB1: hue angle of 326.36º 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 #CE8CB1 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 177 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.19 |
| HSL | 326.36º | 0.4% | 0.68% | - |
| HSV(B) | 326.36º | 0.32% | 0.81% | - |
| XYZ | 42.77 | 35.05 | 46.11 | - |
| YUV | 163.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 177 | 0 | 0.32 | 0.14 | 0.19 | 326.36 | 0.4 | 0.68 |
| Hex | CE | 8C | B1 | 0 | 20 | E | 13 | 146 | 28 | 44 |
| Octal | 316 | 214 | 261 | 0 | 40 | 16 | 23 | 506 | 50 | 104 |
| Binary | 11001110 | 10001100 | 10110001 | 0 | 100000 | 1110 | 10011 | 101000110 | 101000 | 1000100 |
Color Harmonies of #CE8CB1
Complementary color
Monochromatic Colors of #CE8CB1
Black with #CE8CB1
Text Example
Text Example
White with #CE8CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8CB1; }
p { color: rgb(206,140,177); }
H1.HeaderClassName
{
color: #CE8CB1;
}
.AnyTagClassName
{
color: #CE8CB1;
}
</style>
background-color css
<style>
a { background-color: #CE8CB1; }
a { background-color: rgb(206,140,177); }
div.DivClassName
{
background-color: #CE8CB1;
}
.BgClassName
{
background-color: #CE8CB1;
}
</style>
border-color css
<style>
span { border-color: #CE8CB1; }
span { border-color: rgb(206,140,177); }
td.TdClassName
{
border-color: #CE8CB1;
}
.TagClassName
{
border-color: #CE8CB1;
}
</style>