Shades of Lily #CE8CBF
Tints of Lily #CE8CBF
RGB
CMYK
RGB Variations
Color information
#CE8CBF (or 0xCE8CBF) is known color: Lily. HEX triplet: CE, 8C and BF. RGB value is (206,140,191). Sum of RGB (Red+Green+Blue) = 206+140+191=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8CBF is #317340. Grayscale: #A5A5A5. Windows color (decimal): -3240769 or 12553422. OLE color: 12553422.
HSL color Cylindrical-coordinate representation of color #CE8CBF: hue angle of 313.64º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE8CBF is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 191 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.19 |
| HSL | 313.64º | 0.4% | 0.68% | - |
| HSV(B) | 313.64º | 0.32% | 0.81% | - |
| XYZ | 44.24 | 35.64 | 53.84 | - |
| YUV | 165.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 191 | 0 | 0.32 | 0.07 | 0.19 | 313.64 | 0.4 | 0.68 |
| Hex | CE | 8C | BF | 0 | 20 | 7 | 13 | 13A | 28 | 44 |
| Octal | 316 | 214 | 277 | 0 | 40 | 7 | 23 | 472 | 50 | 104 |
| Binary | 11001110 | 10001100 | 10111111 | 0 | 100000 | 111 | 10011 | 100111010 | 101000 | 1000100 |
Color Harmonies of #CE8CBF
Complementary color
Monochromatic Colors of #CE8CBF
Black with #CE8CBF
Text Example
Text Example
White with #CE8CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8CBF; }
p { color: rgb(206,140,191); }
H1.HeaderClassName
{
color: #CE8CBF;
}
.AnyTagClassName
{
color: #CE8CBF;
}
</style>
background-color css
<style>
a { background-color: #CE8CBF; }
a { background-color: rgb(206,140,191); }
div.DivClassName
{
background-color: #CE8CBF;
}
.BgClassName
{
background-color: #CE8CBF;
}
</style>
border-color css
<style>
span { border-color: #CE8CBF; }
span { border-color: rgb(206,140,191); }
td.TdClassName
{
border-color: #CE8CBF;
}
.TagClassName
{
border-color: #CE8CBF;
}
</style>