Shades of Lily #C98EBB
Tints of Lily #C98EBB
RGB
CMYK
RGB Variations
Color information
#C98EBB (or 0xC98EBB) is known color: Lily. HEX triplet: C9, 8E and BB. RGB value is (201,142,187). Sum of RGB (Red+Green+Blue) = 201+142+187=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C98EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98EBB is #367144. Grayscale: #A4A4A4. Windows color (decimal): -3567941 or 12291785. OLE color: 12291785.
HSL color Cylindrical-coordinate representation of color #C98EBB: hue angle of 314.24º 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 #C98EBB is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 187 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.21 |
| HSL | 314.24º | 0.35% | 0.67% | - |
| HSV(B) | 314.24º | 0.29% | 0.79% | - |
| XYZ | 42.73 | 35.35 | 51.59 | - |
| YUV | 164.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 187 | 0 | 0.29 | 0.07 | 0.21 | 314.24 | 0.35 | 0.67 |
| Hex | C9 | 8E | BB | 0 | 1D | 7 | 15 | 13A | 23 | 43 |
| Octal | 311 | 216 | 273 | 0 | 35 | 7 | 25 | 472 | 43 | 103 |
| Binary | 11001001 | 10001110 | 10111011 | 0 | 11101 | 111 | 10101 | 100111010 | 100011 | 1000011 |
Color Harmonies of #C98EBB
Complementary color
Monochromatic Colors of #C98EBB
Black with #C98EBB
Text Example
Text Example
White with #C98EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98EBB; }
p { color: rgb(201,142,187); }
H1.HeaderClassName
{
color: #C98EBB;
}
.AnyTagClassName
{
color: #C98EBB;
}
</style>
background-color css
<style>
a { background-color: #C98EBB; }
a { background-color: rgb(201,142,187); }
div.DivClassName
{
background-color: #C98EBB;
}
.BgClassName
{
background-color: #C98EBB;
}
</style>
border-color css
<style>
span { border-color: #C98EBB; }
span { border-color: rgb(201,142,187); }
td.TdClassName
{
border-color: #C98EBB;
}
.TagClassName
{
border-color: #C98EBB;
}
</style>