Shades of Lily #CE86AD
Tints of Lily #CE86AD
RGB
CMYK
RGB Variations
Color information
#CE86AD (or 0xCE86AD) is known color: Lily. HEX triplet: CE, 86 and AD. RGB value is (206,134,173). Sum of RGB (Red+Green+Blue) = 206+134+173=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE86AD is #317952. Grayscale: #9F9F9F. Windows color (decimal): -3242323 or 11372238. OLE color: 11372238.
HSL color Cylindrical-coordinate representation of color #CE86AD: hue angle of 327.5º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE86AD is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 173 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.19 |
| HSL | 327.5º | 0.42% | 0.67% | - |
| HSV(B) | 327.5º | 0.35% | 0.81% | - |
| XYZ | 41.52 | 33.19 | 43.75 | - |
| YUV | 159.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 173 | 0 | 0.35 | 0.16 | 0.19 | 327.5 | 0.42 | 0.67 |
| Hex | CE | 86 | AD | 0 | 23 | 10 | 13 | 148 | 2A | 43 |
| Octal | 316 | 206 | 255 | 0 | 43 | 20 | 23 | 510 | 52 | 103 |
| Binary | 11001110 | 10000110 | 10101101 | 0 | 100011 | 10000 | 10011 | 101001000 | 101010 | 1000011 |
Color Harmonies of #CE86AD
Complementary color
Monochromatic Colors of #CE86AD
Black with #CE86AD
Text Example
Text Example
White with #CE86AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE86AD; }
p { color: rgb(206,134,173); }
H1.HeaderClassName
{
color: #CE86AD;
}
.AnyTagClassName
{
color: #CE86AD;
}
</style>
background-color css
<style>
a { background-color: #CE86AD; }
a { background-color: rgb(206,134,173); }
div.DivClassName
{
background-color: #CE86AD;
}
.BgClassName
{
background-color: #CE86AD;
}
</style>
border-color css
<style>
span { border-color: #CE86AD; }
span { border-color: rgb(206,134,173); }
td.TdClassName
{
border-color: #CE86AD;
}
.TagClassName
{
border-color: #CE86AD;
}
</style>