Shades of Lily #CE8BB0
Tints of Lily #CE8BB0
RGB
CMYK
RGB Variations
Color information
#CE8BB0 (or 0xCE8BB0) is known color: Lily. HEX triplet: CE, 8B and B0. RGB value is (206,139,176). Sum of RGB (Red+Green+Blue) = 206+139+176=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8BB0 is #31744F. Grayscale: #A3A3A3. Windows color (decimal): -3241040 or 11570126. OLE color: 11570126.
HSL color Cylindrical-coordinate representation of color #CE8BB0: hue angle of 326.87º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8BB0 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 139 | 176 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.19 |
| HSL | 326.87º | 0.41% | 0.68% | - |
| HSV(B) | 326.87º | 0.33% | 0.81% | - |
| XYZ | 42.52 | 34.72 | 45.54 | - |
| YUV | 163.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 176 | 0 | 0.33 | 0.15 | 0.19 | 326.87 | 0.41 | 0.68 |
| Hex | CE | 8B | B0 | 0 | 21 | F | 13 | 147 | 29 | 44 |
| Octal | 316 | 213 | 260 | 0 | 41 | 17 | 23 | 507 | 51 | 104 |
| Binary | 11001110 | 10001011 | 10110000 | 0 | 100001 | 1111 | 10011 | 101000111 | 101001 | 1000100 |
Color Harmonies of #CE8BB0
Complementary color
Monochromatic Colors of #CE8BB0
Black with #CE8BB0
Text Example
Text Example
White with #CE8BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8BB0; }
p { color: rgb(206,139,176); }
H1.HeaderClassName
{
color: #CE8BB0;
}
.AnyTagClassName
{
color: #CE8BB0;
}
</style>
background-color css
<style>
a { background-color: #CE8BB0; }
a { background-color: rgb(206,139,176); }
div.DivClassName
{
background-color: #CE8BB0;
}
.BgClassName
{
background-color: #CE8BB0;
}
</style>
border-color css
<style>
span { border-color: #CE8BB0; }
span { border-color: rgb(206,139,176); }
td.TdClassName
{
border-color: #CE8BB0;
}
.TagClassName
{
border-color: #CE8BB0;
}
</style>