Shades of Lily #CE8AAE
Tints of Lily #CE8AAE
RGB
CMYK
RGB Variations
Color information
#CE8AAE (or 0xCE8AAE) is known color: Lily. HEX triplet: CE, 8A and AE. RGB value is (206,138,174). Sum of RGB (Red+Green+Blue) = 206+138+174=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8AAE is #317551. Grayscale: #A2A2A2. Windows color (decimal): -3241298 or 11438798. OLE color: 11438798.
HSL color Cylindrical-coordinate representation of color #CE8AAE: hue angle of 328.24º 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 #CE8AAE is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 174 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.19 |
| HSL | 328.24º | 0.41% | 0.67% | - |
| HSV(B) | 328.24º | 0.33% | 0.81% | - |
| XYZ | 42.18 | 34.35 | 44.45 | - |
| YUV | 162.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 174 | 0 | 0.33 | 0.16 | 0.19 | 328.24 | 0.41 | 0.67 |
| Hex | CE | 8A | AE | 0 | 21 | 10 | 13 | 148 | 29 | 43 |
| Octal | 316 | 212 | 256 | 0 | 41 | 20 | 23 | 510 | 51 | 103 |
| Binary | 11001110 | 10001010 | 10101110 | 0 | 100001 | 10000 | 10011 | 101001000 | 101001 | 1000011 |
Color Harmonies of #CE8AAE
Complementary color
Monochromatic Colors of #CE8AAE
Black with #CE8AAE
Text Example
Text Example
White with #CE8AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8AAE; }
p { color: rgb(206,138,174); }
H1.HeaderClassName
{
color: #CE8AAE;
}
.AnyTagClassName
{
color: #CE8AAE;
}
</style>
background-color css
<style>
a { background-color: #CE8AAE; }
a { background-color: rgb(206,138,174); }
div.DivClassName
{
background-color: #CE8AAE;
}
.BgClassName
{
background-color: #CE8AAE;
}
</style>
border-color css
<style>
span { border-color: #CE8AAE; }
span { border-color: rgb(206,138,174); }
td.TdClassName
{
border-color: #CE8AAE;
}
.TagClassName
{
border-color: #CE8AAE;
}
</style>