Shades of Lily #C99DB5
Tints of Lily #C99DB5
RGB
CMYK
RGB Variations
Color information
#C99DB5 (or 0xC99DB5) is known color: Lily. HEX triplet: C9, 9D and B5. RGB value is (201,157,181). Sum of RGB (Red+Green+Blue) = 201+157+181=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C99DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DB5 is #36624A. Grayscale: #ACACAC. Windows color (decimal): -3564107 or 11902409. OLE color: 11902409.
HSL color Cylindrical-coordinate representation of color #C99DB5: hue angle of 327.27º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C99DB5 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 181 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.21 |
| HSL | 327.27º | 0.29% | 0.7% | - |
| HSV(B) | 327.27º | 0.22% | 0.79% | - |
| XYZ | 44.48 | 39.87 | 49.07 | - |
| YUV | 172.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 181 | 0 | 0.22 | 0.10 | 0.21 | 327.27 | 0.29 | 0.7 |
| Hex | C9 | 9D | B5 | 0 | 16 | A | 15 | 147 | 1D | 46 |
| Octal | 311 | 235 | 265 | 0 | 26 | 12 | 25 | 507 | 35 | 106 |
| Binary | 11001001 | 10011101 | 10110101 | 0 | 10110 | 1010 | 10101 | 101000111 | 11101 | 1000110 |
Color Harmonies of #C99DB5
Complementary color
Monochromatic Colors of #C99DB5
Black with #C99DB5
Text Example
Text Example
White with #C99DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99DB5; }
p { color: rgb(201,157,181); }
H1.HeaderClassName
{
color: #C99DB5;
}
.AnyTagClassName
{
color: #C99DB5;
}
</style>
background-color css
<style>
a { background-color: #C99DB5; }
a { background-color: rgb(201,157,181); }
div.DivClassName
{
background-color: #C99DB5;
}
.BgClassName
{
background-color: #C99DB5;
}
</style>
border-color css
<style>
span { border-color: #C99DB5; }
span { border-color: rgb(201,157,181); }
td.TdClassName
{
border-color: #C99DB5;
}
.TagClassName
{
border-color: #C99DB5;
}
</style>