Shades of Lily #CE92BE
Tints of Lily #CE92BE
RGB
CMYK
RGB Variations
Color information
#CE92BE (or 0xCE92BE) is known color: Lily. HEX triplet: CE, 92 and BE. RGB value is (206,146,190). Sum of RGB (Red+Green+Blue) = 206+146+190=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CE92BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92BE is #316D41. Grayscale: #A8A8A8. Windows color (decimal): -3239234 or 12489422. OLE color: 12489422.
HSL color Cylindrical-coordinate representation of color #CE92BE: hue angle of 316º 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 #CE92BE is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 190 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.19 |
| HSL | 316º | 0.38% | 0.69% | - |
| HSV(B) | 316º | 0.29% | 0.81% | - |
| XYZ | 45.03 | 37.4 | 53.56 | - |
| YUV | 168.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 190 | 0 | 0.29 | 0.08 | 0.19 | 316 | 0.38 | 0.69 |
| Hex | CE | 92 | BE | 0 | 1D | 8 | 13 | 13C | 26 | 45 |
| Octal | 316 | 222 | 276 | 0 | 35 | 10 | 23 | 474 | 46 | 105 |
| Binary | 11001110 | 10010010 | 10111110 | 0 | 11101 | 1000 | 10011 | 100111100 | 100110 | 1000101 |
Color Harmonies of #CE92BE
Complementary color
Monochromatic Colors of #CE92BE
Black with #CE92BE
Text Example
Text Example
White with #CE92BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE92BE; }
p { color: rgb(206,146,190); }
H1.HeaderClassName
{
color: #CE92BE;
}
.AnyTagClassName
{
color: #CE92BE;
}
</style>
background-color css
<style>
a { background-color: #CE92BE; }
a { background-color: rgb(206,146,190); }
div.DivClassName
{
background-color: #CE92BE;
}
.BgClassName
{
background-color: #CE92BE;
}
</style>
border-color css
<style>
span { border-color: #CE92BE; }
span { border-color: rgb(206,146,190); }
td.TdClassName
{
border-color: #CE92BE;
}
.TagClassName
{
border-color: #CE92BE;
}
</style>