Shades of Lily #CE8ABC
Tints of Lily #CE8ABC
RGB
CMYK
RGB Variations
Color information
#CE8ABC (or 0xCE8ABC) is known color: Lily. HEX triplet: CE, 8A and BC. RGB value is (206,138,188). Sum of RGB (Red+Green+Blue) = 206+138+188=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8ABC is #317543. Grayscale: #A3A3A3. Windows color (decimal): -3241284 or 12356302. OLE color: 12356302.
HSL color Cylindrical-coordinate representation of color #CE8ABC: hue angle of 315.88º 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 #CE8ABC is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 188 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.19 |
| HSL | 315.88º | 0.41% | 0.67% | - |
| HSV(B) | 315.88º | 0.33% | 0.81% | - |
| XYZ | 43.62 | 34.93 | 52.02 | - |
| YUV | 164.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 188 | 0 | 0.33 | 0.09 | 0.19 | 315.88 | 0.41 | 0.67 |
| Hex | CE | 8A | BC | 0 | 21 | 9 | 13 | 13C | 29 | 43 |
| Octal | 316 | 212 | 274 | 0 | 41 | 11 | 23 | 474 | 51 | 103 |
| Binary | 11001110 | 10001010 | 10111100 | 0 | 100001 | 1001 | 10011 | 100111100 | 101001 | 1000011 |
Color Harmonies of #CE8ABC
Complementary color
Monochromatic Colors of #CE8ABC
Black with #CE8ABC
Text Example
Text Example
White with #CE8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8ABC; }
p { color: rgb(206,138,188); }
H1.HeaderClassName
{
color: #CE8ABC;
}
.AnyTagClassName
{
color: #CE8ABC;
}
</style>
background-color css
<style>
a { background-color: #CE8ABC; }
a { background-color: rgb(206,138,188); }
div.DivClassName
{
background-color: #CE8ABC;
}
.BgClassName
{
background-color: #CE8ABC;
}
</style>
border-color css
<style>
span { border-color: #CE8ABC; }
span { border-color: rgb(206,138,188); }
td.TdClassName
{
border-color: #CE8ABC;
}
.TagClassName
{
border-color: #CE8ABC;
}
</style>