Shades of Lily #CE90AF
Tints of Lily #CE90AF
RGB
CMYK
RGB Variations
Color information
#CE90AF (or 0xCE90AF) is known color: Lily. HEX triplet: CE, 90 and AF. RGB value is (206,144,175). Sum of RGB (Red+Green+Blue) = 206+144+175=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CE90AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE90AF is #316F50. Grayscale: #A6A6A6. Windows color (decimal): -3239761 or 11505870. OLE color: 11505870.
HSL color Cylindrical-coordinate representation of color #CE90AF: hue angle of 330º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE90AF is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 175 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.19 |
| HSL | 330º | 0.39% | 0.69% | - |
| HSV(B) | 330º | 0.3% | 0.81% | - |
| XYZ | 43.16 | 36.16 | 45.26 | - |
| YUV | 166.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 175 | 0 | 0.30 | 0.15 | 0.19 | 330 | 0.39 | 0.69 |
| Hex | CE | 90 | AF | 0 | 1E | F | 13 | 14A | 27 | 45 |
| Octal | 316 | 220 | 257 | 0 | 36 | 17 | 23 | 512 | 47 | 105 |
| Binary | 11001110 | 10010000 | 10101111 | 0 | 11110 | 1111 | 10011 | 101001010 | 100111 | 1000101 |
Color Harmonies of #CE90AF
Complementary color
Monochromatic Colors of #CE90AF
Black with #CE90AF
Text Example
Text Example
White with #CE90AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90AF; }
p { color: rgb(206,144,175); }
H1.HeaderClassName
{
color: #CE90AF;
}
.AnyTagClassName
{
color: #CE90AF;
}
</style>
background-color css
<style>
a { background-color: #CE90AF; }
a { background-color: rgb(206,144,175); }
div.DivClassName
{
background-color: #CE90AF;
}
.BgClassName
{
background-color: #CE90AF;
}
</style>
border-color css
<style>
span { border-color: #CE90AF; }
span { border-color: rgb(206,144,175); }
td.TdClassName
{
border-color: #CE90AF;
}
.TagClassName
{
border-color: #CE90AF;
}
</style>