Shades of Lily #CE96AF
Tints of Lily #CE96AF
RGB
CMYK
RGB Variations
Color information
#CE96AF (or 0xCE96AF) is known color: Lily. HEX triplet: CE, 96 and AF. RGB value is (206,150,175). Sum of RGB (Red+Green+Blue) = 206+150+175=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE96AF is #316950. Grayscale: #A9A9A9. Windows color (decimal): -3238225 or 11507406. OLE color: 11507406.
HSL color Cylindrical-coordinate representation of color #CE96AF: hue angle of 333.21º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CE96AF is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 175 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.19 |
| HSL | 333.21º | 0.36% | 0.7% | - |
| HSV(B) | 333.21º | 0.27% | 0.81% | - |
| XYZ | 44.1 | 38.03 | 45.57 | - |
| YUV | 169.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 175 | 0 | 0.27 | 0.15 | 0.19 | 333.21 | 0.36 | 0.7 |
| Hex | CE | 96 | AF | 0 | 1B | F | 13 | 14D | 24 | 46 |
| Octal | 316 | 226 | 257 | 0 | 33 | 17 | 23 | 515 | 44 | 106 |
| Binary | 11001110 | 10010110 | 10101111 | 0 | 11011 | 1111 | 10011 | 101001101 | 100100 | 1000110 |
Color Harmonies of #CE96AF
Complementary color
Monochromatic Colors of #CE96AF
Black with #CE96AF
Text Example
Text Example
White with #CE96AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE96AF; }
p { color: rgb(206,150,175); }
H1.HeaderClassName
{
color: #CE96AF;
}
.AnyTagClassName
{
color: #CE96AF;
}
</style>
background-color css
<style>
a { background-color: #CE96AF; }
a { background-color: rgb(206,150,175); }
div.DivClassName
{
background-color: #CE96AF;
}
.BgClassName
{
background-color: #CE96AF;
}
</style>
border-color css
<style>
span { border-color: #CE96AF; }
span { border-color: rgb(206,150,175); }
td.TdClassName
{
border-color: #CE96AF;
}
.TagClassName
{
border-color: #CE96AF;
}
</style>