Shades of Lily #CE8FBC
Tints of Lily #CE8FBC
RGB
CMYK
RGB Variations
Color information
#CE8FBC (or 0xCE8FBC) is known color: Lily. HEX triplet: CE, 8F and BC. RGB value is (206,143,188). Sum of RGB (Red+Green+Blue) = 206+143+188=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FBC is #317043. Grayscale: #A6A6A6. Windows color (decimal): -3240004 or 12357582. OLE color: 12357582.
HSL color Cylindrical-coordinate representation of color #CE8FBC: hue angle of 317.14º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE8FBC is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 188 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.19 |
| HSL | 317.14º | 0.39% | 0.68% | - |
| HSV(B) | 317.14º | 0.31% | 0.81% | - |
| XYZ | 44.35 | 36.4 | 52.26 | - |
| YUV | 166.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 188 | 0 | 0.31 | 0.09 | 0.19 | 317.14 | 0.39 | 0.68 |
| Hex | CE | 8F | BC | 0 | 1F | 9 | 13 | 13D | 27 | 44 |
| Octal | 316 | 217 | 274 | 0 | 37 | 11 | 23 | 475 | 47 | 104 |
| Binary | 11001110 | 10001111 | 10111100 | 0 | 11111 | 1001 | 10011 | 100111101 | 100111 | 1000100 |
Color Harmonies of #CE8FBC
Complementary color
Monochromatic Colors of #CE8FBC
Black with #CE8FBC
Text Example
Text Example
White with #CE8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8FBC; }
p { color: rgb(206,143,188); }
H1.HeaderClassName
{
color: #CE8FBC;
}
.AnyTagClassName
{
color: #CE8FBC;
}
</style>
background-color css
<style>
a { background-color: #CE8FBC; }
a { background-color: rgb(206,143,188); }
div.DivClassName
{
background-color: #CE8FBC;
}
.BgClassName
{
background-color: #CE8FBC;
}
</style>
border-color css
<style>
span { border-color: #CE8FBC; }
span { border-color: rgb(206,143,188); }
td.TdClassName
{
border-color: #CE8FBC;
}
.TagClassName
{
border-color: #CE8FBC;
}
</style>