Shades of Lily #C59EBD
Tints of Lily #C59EBD
RGB
CMYK
RGB Variations
Color information
#C59EBD (or 0xC59EBD) is known color: Lily. HEX triplet: C5, 9E and BD. RGB value is (197,158,189). Sum of RGB (Red+Green+Blue) = 197+158+189=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 197 - color contains mainly: red. Hex color #C59EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59EBD is #3A6142. Grayscale: #ADADAD. Windows color (decimal): -3825987 or 12426949. OLE color: 12426949.
HSL color Cylindrical-coordinate representation of color #C59EBD: hue angle of 312.31º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C59EBD is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 158 | 189 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.23 |
| HSL | 312.31º | 0.25% | 0.7% | - |
| HSV(B) | 312.31º | 0.2% | 0.77% | - |
| XYZ | 44.44 | 40 | 53.52 | - |
| YUV | 173.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 189 | 0 | 0.20 | 0.04 | 0.23 | 312.31 | 0.25 | 0.7 |
| Hex | C5 | 9E | BD | 0 | 14 | 4 | 17 | 138 | 19 | 46 |
| Octal | 305 | 236 | 275 | 0 | 24 | 4 | 27 | 470 | 31 | 106 |
| Binary | 11000101 | 10011110 | 10111101 | 0 | 10100 | 100 | 10111 | 100111000 | 11001 | 1000110 |
Color Harmonies of #C59EBD
Complementary color
Monochromatic Colors of #C59EBD
Black with #C59EBD
Text Example
Text Example
White with #C59EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59EBD; }
p { color: rgb(197,158,189); }
H1.HeaderClassName
{
color: #C59EBD;
}
.AnyTagClassName
{
color: #C59EBD;
}
</style>
background-color css
<style>
a { background-color: #C59EBD; }
a { background-color: rgb(197,158,189); }
div.DivClassName
{
background-color: #C59EBD;
}
.BgClassName
{
background-color: #C59EBD;
}
</style>
border-color css
<style>
span { border-color: #C59EBD; }
span { border-color: rgb(197,158,189); }
td.TdClassName
{
border-color: #C59EBD;
}
.TagClassName
{
border-color: #C59EBD;
}
</style>