Shades of Lily #CE88AF
Tints of Lily #CE88AF
RGB
CMYK
RGB Variations
Color information
#CE88AF (or 0xCE88AF) is known color: Lily. HEX triplet: CE, 88 and AF. RGB value is (206,136,175). Sum of RGB (Red+Green+Blue) = 206+136+175=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE88AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE88AF is #317750. Grayscale: #A1A1A1. Windows color (decimal): -3241809 or 11503822. OLE color: 11503822.
HSL color Cylindrical-coordinate representation of color #CE88AF: hue angle of 326.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE88AF is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 175 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.19 |
| HSL | 326.57º | 0.42% | 0.67% | - |
| HSV(B) | 326.57º | 0.34% | 0.81% | - |
| XYZ | 42 | 33.83 | 44.87 | - |
| YUV | 161.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 175 | 0 | 0.34 | 0.15 | 0.19 | 326.57 | 0.42 | 0.67 |
| Hex | CE | 88 | AF | 0 | 22 | F | 13 | 147 | 2A | 43 |
| Octal | 316 | 210 | 257 | 0 | 42 | 17 | 23 | 507 | 52 | 103 |
| Binary | 11001110 | 10001000 | 10101111 | 0 | 100010 | 1111 | 10011 | 101000111 | 101010 | 1000011 |
Color Harmonies of #CE88AF
Complementary color
Monochromatic Colors of #CE88AF
Black with #CE88AF
Text Example
Text Example
White with #CE88AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE88AF; }
p { color: rgb(206,136,175); }
H1.HeaderClassName
{
color: #CE88AF;
}
.AnyTagClassName
{
color: #CE88AF;
}
</style>
background-color css
<style>
a { background-color: #CE88AF; }
a { background-color: rgb(206,136,175); }
div.DivClassName
{
background-color: #CE88AF;
}
.BgClassName
{
background-color: #CE88AF;
}
</style>
border-color css
<style>
span { border-color: #CE88AF; }
span { border-color: rgb(206,136,175); }
td.TdClassName
{
border-color: #CE88AF;
}
.TagClassName
{
border-color: #CE88AF;
}
</style>