Shades of Lily #CE92B7
Tints of Lily #CE92B7
RGB
CMYK
RGB Variations
Color information
#CE92B7 (or 0xCE92B7) is known color: Lily. HEX triplet: CE, 92 and B7. RGB value is (206,146,183). Sum of RGB (Red+Green+Blue) = 206+146+183=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CE92B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92B7 is #316D48. Grayscale: #A8A8A8. Windows color (decimal): -3239241 or 12030670. OLE color: 12030670.
HSL color Cylindrical-coordinate representation of color #CE92B7: hue angle of 323º 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 #CE92B7 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 183 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.19 |
| HSL | 323º | 0.38% | 0.69% | - |
| HSV(B) | 323º | 0.29% | 0.81% | - |
| XYZ | 44.28 | 37.1 | 49.63 | - |
| YUV | 168.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 183 | 0 | 0.29 | 0.11 | 0.19 | 323 | 0.38 | 0.69 |
| Hex | CE | 92 | B7 | 0 | 1D | B | 13 | 143 | 26 | 45 |
| Octal | 316 | 222 | 267 | 0 | 35 | 13 | 23 | 503 | 46 | 105 |
| Binary | 11001110 | 10010010 | 10110111 | 0 | 11101 | 1011 | 10011 | 101000011 | 100110 | 1000101 |
Color Harmonies of #CE92B7
Complementary color
Monochromatic Colors of #CE92B7
Black with #CE92B7
Text Example
Text Example
White with #CE92B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE92B7; }
p { color: rgb(206,146,183); }
H1.HeaderClassName
{
color: #CE92B7;
}
.AnyTagClassName
{
color: #CE92B7;
}
</style>
background-color css
<style>
a { background-color: #CE92B7; }
a { background-color: rgb(206,146,183); }
div.DivClassName
{
background-color: #CE92B7;
}
.BgClassName
{
background-color: #CE92B7;
}
</style>
border-color css
<style>
span { border-color: #CE92B7; }
span { border-color: rgb(206,146,183); }
td.TdClassName
{
border-color: #CE92B7;
}
.TagClassName
{
border-color: #CE92B7;
}
</style>