Shades of Lily #CE92B1
Tints of Lily #CE92B1
RGB
CMYK
RGB Variations
Color information
#CE92B1 (or 0xCE92B1) is known color: Lily. HEX triplet: CE, 92 and B1. RGB value is (206,146,177). Sum of RGB (Red+Green+Blue) = 206+146+177=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CE92B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE92B1 is #316D4E. Grayscale: #A7A7A7. Windows color (decimal): -3239247 or 11637454. OLE color: 11637454.
HSL color Cylindrical-coordinate representation of color #CE92B1: hue angle of 329º 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 #CE92B1 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 177 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.19 |
| HSL | 329º | 0.38% | 0.69% | - |
| HSV(B) | 329º | 0.29% | 0.81% | - |
| XYZ | 43.67 | 36.85 | 46.41 | - |
| YUV | 167.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 177 | 0 | 0.29 | 0.14 | 0.19 | 329 | 0.38 | 0.69 |
| Hex | CE | 92 | B1 | 0 | 1D | E | 13 | 149 | 26 | 45 |
| Octal | 316 | 222 | 261 | 0 | 35 | 16 | 23 | 511 | 46 | 105 |
| Binary | 11001110 | 10010010 | 10110001 | 0 | 11101 | 1110 | 10011 | 101001001 | 100110 | 1000101 |
Color Harmonies of #CE92B1
Complementary color
Monochromatic Colors of #CE92B1
Black with #CE92B1
Text Example
Text Example
White with #CE92B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE92B1; }
p { color: rgb(206,146,177); }
H1.HeaderClassName
{
color: #CE92B1;
}
.AnyTagClassName
{
color: #CE92B1;
}
</style>
background-color css
<style>
a { background-color: #CE92B1; }
a { background-color: rgb(206,146,177); }
div.DivClassName
{
background-color: #CE92B1;
}
.BgClassName
{
background-color: #CE92B1;
}
</style>
border-color css
<style>
span { border-color: #CE92B1; }
span { border-color: rgb(206,146,177); }
td.TdClassName
{
border-color: #CE92B1;
}
.TagClassName
{
border-color: #CE92B1;
}
</style>