Shades of Lily #CE8AB1
Tints of Lily #CE8AB1
RGB
CMYK
RGB Variations
Color information
#CE8AB1 (or 0xCE8AB1) is known color: Lily. HEX triplet: CE, 8A and B1. RGB value is (206,138,177). Sum of RGB (Red+Green+Blue) = 206+138+177=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8AB1 is #31754E. Grayscale: #A2A2A2. Windows color (decimal): -3241295 or 11635406. OLE color: 11635406.
HSL color Cylindrical-coordinate representation of color #CE8AB1: hue angle of 325.59º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8AB1 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 177 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.19 |
| HSL | 325.59º | 0.41% | 0.67% | - |
| HSV(B) | 325.59º | 0.33% | 0.81% | - |
| XYZ | 42.48 | 34.47 | 46.01 | - |
| YUV | 162.78 | 136.03 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 177 | 0 | 0.33 | 0.14 | 0.19 | 325.59 | 0.41 | 0.67 |
| Hex | CE | 8A | B1 | 0 | 21 | E | 13 | 146 | 29 | 43 |
| Octal | 316 | 212 | 261 | 0 | 41 | 16 | 23 | 506 | 51 | 103 |
| Binary | 11001110 | 10001010 | 10110001 | 0 | 100001 | 1110 | 10011 | 101000110 | 101001 | 1000011 |
Color Harmonies of #CE8AB1
Complementary color
Monochromatic Colors of #CE8AB1
Black with #CE8AB1
Text Example
Text Example
White with #CE8AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8AB1; }
p { color: rgb(206,138,177); }
H1.HeaderClassName
{
color: #CE8AB1;
}
.AnyTagClassName
{
color: #CE8AB1;
}
</style>
background-color css
<style>
a { background-color: #CE8AB1; }
a { background-color: rgb(206,138,177); }
div.DivClassName
{
background-color: #CE8AB1;
}
.BgClassName
{
background-color: #CE8AB1;
}
</style>
border-color css
<style>
span { border-color: #CE8AB1; }
span { border-color: rgb(206,138,177); }
td.TdClassName
{
border-color: #CE8AB1;
}
.TagClassName
{
border-color: #CE8AB1;
}
</style>