Shades of Lily #C99EB8
Tints of Lily #C99EB8
RGB
CMYK
RGB Variations
Color information
#C99EB8 (or 0xC99EB8) is known color: Lily. HEX triplet: C9, 9E and B8. RGB value is (201,158,184). Sum of RGB (Red+Green+Blue) = 201+158+184=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 184 (72.27% from 255 or 33.89% from 543); Max value from RGB is 201 - color contains mainly: red. Hex color #C99EB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99EB8 is #366147. Grayscale: #ADADAD. Windows color (decimal): -3563848 or 12099273. OLE color: 12099273.
HSL color Cylindrical-coordinate representation of color #C99EB8: hue angle of 323.72º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C99EB8 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 184 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.21 |
| HSL | 323.72º | 0.28% | 0.7% | - |
| HSV(B) | 323.72º | 0.21% | 0.79% | - |
| XYZ | 44.97 | 40.33 | 50.76 | - |
| YUV | 173.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 184 | 0 | 0.21 | 0.08 | 0.21 | 323.72 | 0.28 | 0.7 |
| Hex | C9 | 9E | B8 | 0 | 15 | 8 | 15 | 144 | 1C | 46 |
| Octal | 311 | 236 | 270 | 0 | 25 | 10 | 25 | 504 | 34 | 106 |
| Binary | 11001001 | 10011110 | 10111000 | 0 | 10101 | 1000 | 10101 | 101000100 | 11100 | 1000110 |
Color Harmonies of #C99EB8
Complementary color
Monochromatic Colors of #C99EB8
Black with #C99EB8
Text Example
Text Example
White with #C99EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99EB8; }
p { color: rgb(201,158,184); }
H1.HeaderClassName
{
color: #C99EB8;
}
.AnyTagClassName
{
color: #C99EB8;
}
</style>
background-color css
<style>
a { background-color: #C99EB8; }
a { background-color: rgb(201,158,184); }
div.DivClassName
{
background-color: #C99EB8;
}
.BgClassName
{
background-color: #C99EB8;
}
</style>
border-color css
<style>
span { border-color: #C99EB8; }
span { border-color: rgb(201,158,184); }
td.TdClassName
{
border-color: #C99EB8;
}
.TagClassName
{
border-color: #C99EB8;
}
</style>