Shades of Lily #CD9DB2
Tints of Lily #CD9DB2
RGB
CMYK
RGB Variations
Color information
#CD9DB2 (or 0xCD9DB2) is known color: Lily. HEX triplet: CD, 9D and B2. RGB value is (205,157,178). Sum of RGB (Red+Green+Blue) = 205+157+178=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9DB2 is #32624D. Grayscale: #ADADAD. Windows color (decimal): -3301966 or 11705805. OLE color: 11705805.
HSL color Cylindrical-coordinate representation of color #CD9DB2: hue angle of 333.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CD9DB2 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 157 | 178 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.20 |
| HSL | 333.75º | 0.32% | 0.71% | - |
| HSV(B) | 333.75º | 0.23% | 0.8% | - |
| XYZ | 45.27 | 40.31 | 47.51 | - |
| YUV | 173.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 157 | 178 | 0 | 0.23 | 0.13 | 0.20 | 333.75 | 0.32 | 0.71 |
| Hex | CD | 9D | B2 | 0 | 17 | D | 14 | 14E | 20 | 47 |
| Octal | 315 | 235 | 262 | 0 | 27 | 15 | 24 | 516 | 40 | 107 |
| Binary | 11001101 | 10011101 | 10110010 | 0 | 10111 | 1101 | 10100 | 101001110 | 100000 | 1000111 |
Color Harmonies of #CD9DB2
Complementary color
Monochromatic Colors of #CD9DB2
Black with #CD9DB2
Text Example
Text Example
White with #CD9DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9DB2; }
p { color: rgb(205,157,178); }
H1.HeaderClassName
{
color: #CD9DB2;
}
.AnyTagClassName
{
color: #CD9DB2;
}
</style>
background-color css
<style>
a { background-color: #CD9DB2; }
a { background-color: rgb(205,157,178); }
div.DivClassName
{
background-color: #CD9DB2;
}
.BgClassName
{
background-color: #CD9DB2;
}
</style>
border-color css
<style>
span { border-color: #CD9DB2; }
span { border-color: rgb(205,157,178); }
td.TdClassName
{
border-color: #CD9DB2;
}
.TagClassName
{
border-color: #CD9DB2;
}
</style>