Shades of Lily #CE92BD
Tints of Lily #CE92BD
RGB
CMYK
RGB Variations
Color information
#CE92BD (or 0xCE92BD) is known color: Lily. HEX triplet: CE, 92 and BD. RGB value is (206,146,189). Sum of RGB (Red+Green+Blue) = 206+146+189=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CE92BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92BD is #316D42. Grayscale: #A8A8A8. Windows color (decimal): -3239235 or 12423886. OLE color: 12423886.
HSL color Cylindrical-coordinate representation of color #CE92BD: hue angle of 317º 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 #CE92BD is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 189 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.19 |
| HSL | 317º | 0.38% | 0.69% | - |
| HSV(B) | 317º | 0.29% | 0.81% | - |
| XYZ | 44.92 | 37.35 | 52.99 | - |
| YUV | 168.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 189 | 0 | 0.29 | 0.08 | 0.19 | 317 | 0.38 | 0.69 |
| Hex | CE | 92 | BD | 0 | 1D | 8 | 13 | 13D | 26 | 45 |
| Octal | 316 | 222 | 275 | 0 | 35 | 10 | 23 | 475 | 46 | 105 |
| Binary | 11001110 | 10010010 | 10111101 | 0 | 11101 | 1000 | 10011 | 100111101 | 100110 | 1000101 |
Color Harmonies of #CE92BD
Complementary color
Monochromatic Colors of #CE92BD
Black with #CE92BD
Text Example
Text Example
White with #CE92BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE92BD; }
p { color: rgb(206,146,189); }
H1.HeaderClassName
{
color: #CE92BD;
}
.AnyTagClassName
{
color: #CE92BD;
}
</style>
background-color css
<style>
a { background-color: #CE92BD; }
a { background-color: rgb(206,146,189); }
div.DivClassName
{
background-color: #CE92BD;
}
.BgClassName
{
background-color: #CE92BD;
}
</style>
border-color css
<style>
span { border-color: #CE92BD; }
span { border-color: rgb(206,146,189); }
td.TdClassName
{
border-color: #CE92BD;
}
.TagClassName
{
border-color: #CE92BD;
}
</style>