Shades of Lily #C99DBD
Tints of Lily #C99DBD
RGB
CMYK
RGB Variations
Color information
#C99DBD (or 0xC99DBD) is known color: Lily. HEX triplet: C9, 9D and BD. RGB value is (201,157,189). Sum of RGB (Red+Green+Blue) = 201+157+189=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 201 - color contains mainly: red. Hex color #C99DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DBD is #366242. Grayscale: #ADADAD. Windows color (decimal): -3564099 or 12426697. OLE color: 12426697.
HSL color Cylindrical-coordinate representation of color #C99DBD: hue angle of 316.36º 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 #C99DBD is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 157 | 189 | - |
CMYK | 0 | 0.22 | 0.06 | 0.21 |
HSL | 316.36º | 0.29% | 0.7% | - |
HSV(B) | 316.36º | 0.22% | 0.79% | - |
XYZ | 45.33 | 40.21 | 53.52 | - |
YUV | 173.8 | 136.58 | 147.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 157 | 189 | 0 | 0.22 | 0.06 | 0.21 | 316.36 | 0.29 | 0.7 |
Hex | C9 | 9D | BD | 0 | 16 | 6 | 15 | 13C | 1D | 46 |
Octal | 311 | 235 | 275 | 0 | 26 | 6 | 25 | 474 | 35 | 106 |
Binary | 11001001 | 10011101 | 10111101 | 0 | 10110 | 110 | 10101 | 100111100 | 11101 | 1000110 |
Color Harmonies of #C99DBD
Complementary color
Monochromatic Colors of #C99DBD
Black with #C99DBD
Text Example
Text Example
White with #C99DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99DBD; }
p { color: rgb(201,157,189); }
H1.HeaderClassName
{
color: #C99DBD;
}
.AnyTagClassName
{
color: #C99DBD;
}
</style>
background-color css
<style>
a { background-color: #C99DBD; }
a { background-color: rgb(201,157,189); }
div.DivClassName
{
background-color: #C99DBD;
}
.BgClassName
{
background-color: #C99DBD;
}
</style>
border-color css
<style>
span { border-color: #C99DBD; }
span { border-color: rgb(201,157,189); }
td.TdClassName
{
border-color: #C99DBD;
}
.TagClassName
{
border-color: #C99DBD;
}
</style>