Shades of Lily #CE81AF
Tints of Lily #CE81AF
RGB
CMYK
RGB Variations
Color information
#CE81AF (or 0xCE81AF) is known color: Lily. HEX triplet: CE, 81 and AF. RGB value is (206,129,175). Sum of RGB (Red+Green+Blue) = 206+129+175=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE81AF is #317E50. Grayscale: #9D9D9D. Windows color (decimal): -3243601 or 11502030. OLE color: 11502030.
HSL color Cylindrical-coordinate representation of color #CE81AF: hue angle of 324.16º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE81AF is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 175 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.19 |
| HSL | 324.16º | 0.44% | 0.66% | - |
| HSV(B) | 324.16º | 0.37% | 0.81% | - |
| XYZ | 41.04 | 31.92 | 44.56 | - |
| YUV | 157.27 | 138.01 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 175 | 0 | 0.37 | 0.15 | 0.19 | 324.16 | 0.44 | 0.66 |
| Hex | CE | 81 | AF | 0 | 25 | F | 13 | 144 | 2C | 42 |
| Octal | 316 | 201 | 257 | 0 | 45 | 17 | 23 | 504 | 54 | 102 |
| Binary | 11001110 | 10000001 | 10101111 | 0 | 100101 | 1111 | 10011 | 101000100 | 101100 | 1000010 |
Color Harmonies of #CE81AF
Complementary color
Monochromatic Colors of #CE81AF
Black with #CE81AF
Text Example
Text Example
White with #CE81AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE81AF; }
p { color: rgb(206,129,175); }
H1.HeaderClassName
{
color: #CE81AF;
}
.AnyTagClassName
{
color: #CE81AF;
}
</style>
background-color css
<style>
a { background-color: #CE81AF; }
a { background-color: rgb(206,129,175); }
div.DivClassName
{
background-color: #CE81AF;
}
.BgClassName
{
background-color: #CE81AF;
}
</style>
border-color css
<style>
span { border-color: #CE81AF; }
span { border-color: rgb(206,129,175); }
td.TdClassName
{
border-color: #CE81AF;
}
.TagClassName
{
border-color: #CE81AF;
}
</style>