Shades of Lily #CE93BB
Tints of Lily #CE93BB
RGB
CMYK
RGB Variations
Color information
#CE93BB (or 0xCE93BB) is known color: Lily. HEX triplet: CE, 93 and BB. RGB value is (206,147,187). Sum of RGB (Red+Green+Blue) = 206+147+187=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CE93BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93BB is #316C44. Grayscale: #A9A9A9. Windows color (decimal): -3238981 or 12293070. OLE color: 12293070.
HSL color Cylindrical-coordinate representation of color #CE93BB: hue angle of 319.32º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE93BB is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 147 | 187 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.19 |
| HSL | 319.32º | 0.38% | 0.69% | - |
| HSV(B) | 319.32º | 0.29% | 0.81% | - |
| XYZ | 44.86 | 37.58 | 51.9 | - |
| YUV | 169.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 187 | 0 | 0.29 | 0.09 | 0.19 | 319.32 | 0.38 | 0.69 |
| Hex | CE | 93 | BB | 0 | 1D | 9 | 13 | 13F | 26 | 45 |
| Octal | 316 | 223 | 273 | 0 | 35 | 11 | 23 | 477 | 46 | 105 |
| Binary | 11001110 | 10010011 | 10111011 | 0 | 11101 | 1001 | 10011 | 100111111 | 100110 | 1000101 |
Color Harmonies of #CE93BB
Complementary color
Monochromatic Colors of #CE93BB
Black with #CE93BB
Text Example
Text Example
White with #CE93BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE93BB; }
p { color: rgb(206,147,187); }
H1.HeaderClassName
{
color: #CE93BB;
}
.AnyTagClassName
{
color: #CE93BB;
}
</style>
background-color css
<style>
a { background-color: #CE93BB; }
a { background-color: rgb(206,147,187); }
div.DivClassName
{
background-color: #CE93BB;
}
.BgClassName
{
background-color: #CE93BB;
}
</style>
border-color css
<style>
span { border-color: #CE93BB; }
span { border-color: rgb(206,147,187); }
td.TdClassName
{
border-color: #CE93BB;
}
.TagClassName
{
border-color: #CE93BB;
}
</style>