Shades of Lily #C98EAD
Tints of Lily #C98EAD
RGB
CMYK
RGB Variations
Color information
#C98EAD (or 0xC98EAD) is known color: Lily. HEX triplet: C9, 8E and AD. RGB value is (201,142,173). Sum of RGB (Red+Green+Blue) = 201+142+173=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C98EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98EAD is #367152. Grayscale: #A3A3A3. Windows color (decimal): -3567955 or 11374281. OLE color: 11374281.
HSL color Cylindrical-coordinate representation of color #C98EAD: hue angle of 328.47º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C98EAD is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 173 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.21 |
| HSL | 328.47º | 0.35% | 0.67% | - |
| HSV(B) | 328.47º | 0.29% | 0.79% | - |
| XYZ | 41.3 | 34.78 | 44.07 | - |
| YUV | 163.18 | 133.55 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 173 | 0 | 0.29 | 0.14 | 0.21 | 328.47 | 0.35 | 0.67 |
| Hex | C9 | 8E | AD | 0 | 1D | E | 15 | 148 | 23 | 43 |
| Octal | 311 | 216 | 255 | 0 | 35 | 16 | 25 | 510 | 43 | 103 |
| Binary | 11001001 | 10001110 | 10101101 | 0 | 11101 | 1110 | 10101 | 101001000 | 100011 | 1000011 |
Color Harmonies of #C98EAD
Complementary color
Monochromatic Colors of #C98EAD
Black with #C98EAD
Text Example
Text Example
White with #C98EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98EAD; }
p { color: rgb(201,142,173); }
H1.HeaderClassName
{
color: #C98EAD;
}
.AnyTagClassName
{
color: #C98EAD;
}
</style>
background-color css
<style>
a { background-color: #C98EAD; }
a { background-color: rgb(201,142,173); }
div.DivClassName
{
background-color: #C98EAD;
}
.BgClassName
{
background-color: #C98EAD;
}
</style>
border-color css
<style>
span { border-color: #C98EAD; }
span { border-color: rgb(201,142,173); }
td.TdClassName
{
border-color: #C98EAD;
}
.TagClassName
{
border-color: #C98EAD;
}
</style>