Shades of Lily #CE82AF
Tints of Lily #CE82AF
RGB
CMYK
RGB Variations
Color information
#CE82AF (or 0xCE82AF) is known color: Lily. HEX triplet: CE, 82 and AF. RGB value is (206,130,175). Sum of RGB (Red+Green+Blue) = 206+130+175=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE82AF is #317D50. Grayscale: #9D9D9D. Windows color (decimal): -3243345 or 11502286. OLE color: 11502286.
HSL color Cylindrical-coordinate representation of color #CE82AF: hue angle of 324.47º 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 #CE82AF is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 175 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.19 |
| HSL | 324.47º | 0.44% | 0.66% | - |
| HSV(B) | 324.47º | 0.37% | 0.81% | - |
| XYZ | 41.17 | 32.18 | 44.6 | - |
| YUV | 157.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 175 | 0 | 0.37 | 0.15 | 0.19 | 324.47 | 0.44 | 0.66 |
| Hex | CE | 82 | AF | 0 | 25 | F | 13 | 144 | 2C | 42 |
| Octal | 316 | 202 | 257 | 0 | 45 | 17 | 23 | 504 | 54 | 102 |
| Binary | 11001110 | 10000010 | 10101111 | 0 | 100101 | 1111 | 10011 | 101000100 | 101100 | 1000010 |
Color Harmonies of #CE82AF
Complementary color
Monochromatic Colors of #CE82AF
Black with #CE82AF
Text Example
Text Example
White with #CE82AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE82AF; }
p { color: rgb(206,130,175); }
H1.HeaderClassName
{
color: #CE82AF;
}
.AnyTagClassName
{
color: #CE82AF;
}
</style>
background-color css
<style>
a { background-color: #CE82AF; }
a { background-color: rgb(206,130,175); }
div.DivClassName
{
background-color: #CE82AF;
}
.BgClassName
{
background-color: #CE82AF;
}
</style>
border-color css
<style>
span { border-color: #CE82AF; }
span { border-color: rgb(206,130,175); }
td.TdClassName
{
border-color: #CE82AF;
}
.TagClassName
{
border-color: #CE82AF;
}
</style>