Shades of Lily #CE92AF
Tints of Lily #CE92AF
RGB
CMYK
RGB Variations
Color information
#CE92AF (or 0xCE92AF) is known color: Lily. HEX triplet: CE, 92 and AF. RGB value is (206,146,175). Sum of RGB (Red+Green+Blue) = 206+146+175=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE92AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE92AF is #316D50. Grayscale: #A7A7A7. Windows color (decimal): -3239249 or 11506382. OLE color: 11506382.
HSL color Cylindrical-coordinate representation of color #CE92AF: hue angle of 331º 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 #CE92AF is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 175 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.19 |
| HSL | 331º | 0.38% | 0.69% | - |
| HSV(B) | 331º | 0.29% | 0.81% | - |
| XYZ | 43.47 | 36.77 | 45.36 | - |
| YUV | 167.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 175 | 0 | 0.29 | 0.15 | 0.19 | 331 | 0.38 | 0.69 |
| Hex | CE | 92 | AF | 0 | 1D | F | 13 | 14B | 26 | 45 |
| Octal | 316 | 222 | 257 | 0 | 35 | 17 | 23 | 513 | 46 | 105 |
| Binary | 11001110 | 10010010 | 10101111 | 0 | 11101 | 1111 | 10011 | 101001011 | 100110 | 1000101 |
Color Harmonies of #CE92AF
Complementary color
Monochromatic Colors of #CE92AF
Black with #CE92AF
Text Example
Text Example
White with #CE92AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE92AF; }
p { color: rgb(206,146,175); }
H1.HeaderClassName
{
color: #CE92AF;
}
.AnyTagClassName
{
color: #CE92AF;
}
</style>
background-color css
<style>
a { background-color: #CE92AF; }
a { background-color: rgb(206,146,175); }
div.DivClassName
{
background-color: #CE92AF;
}
.BgClassName
{
background-color: #CE92AF;
}
</style>
border-color css
<style>
span { border-color: #CE92AF; }
span { border-color: rgb(206,146,175); }
td.TdClassName
{
border-color: #CE92AF;
}
.TagClassName
{
border-color: #CE92AF;
}
</style>