Shades of Lily #C99DB2
Tints of Lily #C99DB2
RGB
CMYK
RGB Variations
Color information
#C99DB2 (or 0xC99DB2) is known color: Lily. HEX triplet: C9, 9D and B2. RGB value is (201,157,178). Sum of RGB (Red+Green+Blue) = 201+157+178=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C99DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99DB2 is #36624D. Grayscale: #ACACAC. Windows color (decimal): -3564110 or 11705801. OLE color: 11705801.
HSL color Cylindrical-coordinate representation of color #C99DB2: hue angle of 331.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 #C99DB2 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 157 | 178 | - |
CMYK | 0 | 0.22 | 0.11 | 0.21 |
HSL | 331.36º | 0.29% | 0.7% | - |
HSV(B) | 331.36º | 0.22% | 0.79% | - |
XYZ | 44.18 | 39.75 | 47.46 | - |
YUV | 172.55 | 131.08 | 148.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 157 | 178 | 0 | 0.22 | 0.11 | 0.21 | 331.36 | 0.29 | 0.7 |
Hex | C9 | 9D | B2 | 0 | 16 | B | 15 | 14B | 1D | 46 |
Octal | 311 | 235 | 262 | 0 | 26 | 13 | 25 | 513 | 35 | 106 |
Binary | 11001001 | 10011101 | 10110010 | 0 | 10110 | 1011 | 10101 | 101001011 | 11101 | 1000110 |
Color Harmonies of #C99DB2
Complementary color
Monochromatic Colors of #C99DB2
Black with #C99DB2
Text Example
Text Example
White with #C99DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99DB2; }
p { color: rgb(201,157,178); }
H1.HeaderClassName
{
color: #C99DB2;
}
.AnyTagClassName
{
color: #C99DB2;
}
</style>
background-color css
<style>
a { background-color: #C99DB2; }
a { background-color: rgb(201,157,178); }
div.DivClassName
{
background-color: #C99DB2;
}
.BgClassName
{
background-color: #C99DB2;
}
</style>
border-color css
<style>
span { border-color: #C99DB2; }
span { border-color: rgb(201,157,178); }
td.TdClassName
{
border-color: #C99DB2;
}
.TagClassName
{
border-color: #C99DB2;
}
</style>