Shades of Lily #CE86B7
Tints of Lily #CE86B7
RGB
CMYK
RGB Variations
Color information
#CE86B7 (or 0xCE86B7) is known color: Lily. HEX triplet: CE, 86 and B7. RGB value is (206,134,183). Sum of RGB (Red+Green+Blue) = 206+134+183=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86B7 is #317948. Grayscale: #A0A0A0. Windows color (decimal): -3242313 or 12027598. OLE color: 12027598.
HSL color Cylindrical-coordinate representation of color #CE86B7: hue angle of 319.17º 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 #CE86B7 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 183 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.19 |
| HSL | 319.17º | 0.42% | 0.67% | - |
| HSV(B) | 319.17º | 0.35% | 0.81% | - |
| XYZ | 42.53 | 33.59 | 49.04 | - |
| YUV | 161.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 183 | 0 | 0.35 | 0.11 | 0.19 | 319.17 | 0.42 | 0.67 |
| Hex | CE | 86 | B7 | 0 | 23 | B | 13 | 13F | 2A | 43 |
| Octal | 316 | 206 | 267 | 0 | 43 | 13 | 23 | 477 | 52 | 103 |
| Binary | 11001110 | 10000110 | 10110111 | 0 | 100011 | 1011 | 10011 | 100111111 | 101010 | 1000011 |
Color Harmonies of #CE86B7
Complementary color
Monochromatic Colors of #CE86B7
Black with #CE86B7
Text Example
Text Example
White with #CE86B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE86B7; }
p { color: rgb(206,134,183); }
H1.HeaderClassName
{
color: #CE86B7;
}
.AnyTagClassName
{
color: #CE86B7;
}
</style>
background-color css
<style>
a { background-color: #CE86B7; }
a { background-color: rgb(206,134,183); }
div.DivClassName
{
background-color: #CE86B7;
}
.BgClassName
{
background-color: #CE86B7;
}
</style>
border-color css
<style>
span { border-color: #CE86B7; }
span { border-color: rgb(206,134,183); }
td.TdClassName
{
border-color: #CE86B7;
}
.TagClassName
{
border-color: #CE86B7;
}
</style>