Shades of Lily #CE8FBE
Tints of Lily #CE8FBE
RGB
CMYK
RGB Variations
Color information
#CE8FBE (or 0xCE8FBE) is known color: Lily. HEX triplet: CE, 8F and BE. RGB value is (206,143,190). Sum of RGB (Red+Green+Blue) = 206+143+190=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FBE is #317041. Grayscale: #A7A7A7. Windows color (decimal): -3240002 or 12488654. OLE color: 12488654.
HSL color Cylindrical-coordinate representation of color #CE8FBE: hue angle of 315.24º 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 #CE8FBE is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 190 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.19 |
| HSL | 315.24º | 0.39% | 0.68% | - |
| HSV(B) | 315.24º | 0.31% | 0.81% | - |
| XYZ | 44.57 | 36.48 | 53.41 | - |
| YUV | 167.2 | 140.87 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 190 | 0 | 0.31 | 0.08 | 0.19 | 315.24 | 0.39 | 0.68 |
| Hex | CE | 8F | BE | 0 | 1F | 8 | 13 | 13B | 27 | 44 |
| Octal | 316 | 217 | 276 | 0 | 37 | 10 | 23 | 473 | 47 | 104 |
| Binary | 11001110 | 10001111 | 10111110 | 0 | 11111 | 1000 | 10011 | 100111011 | 100111 | 1000100 |
Color Harmonies of #CE8FBE
Complementary color
Monochromatic Colors of #CE8FBE
Black with #CE8FBE
Text Example
Text Example
White with #CE8FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8FBE; }
p { color: rgb(206,143,190); }
H1.HeaderClassName
{
color: #CE8FBE;
}
.AnyTagClassName
{
color: #CE8FBE;
}
</style>
background-color css
<style>
a { background-color: #CE8FBE; }
a { background-color: rgb(206,143,190); }
div.DivClassName
{
background-color: #CE8FBE;
}
.BgClassName
{
background-color: #CE8FBE;
}
</style>
border-color css
<style>
span { border-color: #CE8FBE; }
span { border-color: rgb(206,143,190); }
td.TdClassName
{
border-color: #CE8FBE;
}
.TagClassName
{
border-color: #CE8FBE;
}
</style>