Shades of Lily #CD9DB8
Tints of Lily #CD9DB8
RGB
CMYK
RGB Variations
Color information
#CD9DB8 (or 0xCD9DB8) is known color: Lily. HEX triplet: CD, 9D and B8. RGB value is (205,157,184). Sum of RGB (Red+Green+Blue) = 205+157+184=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9DB8 is #326247. Grayscale: #AEAEAE. Windows color (decimal): -3301960 or 12099021. OLE color: 12099021.
HSL color Cylindrical-coordinate representation of color #CD9DB8: hue angle of 326.25º 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 #CD9DB8 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 157 | 184 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.20 |
| HSL | 326.25º | 0.32% | 0.71% | - |
| HSV(B) | 326.25º | 0.23% | 0.8% | - |
| XYZ | 45.89 | 40.55 | 50.76 | - |
| YUV | 174.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 157 | 184 | 0 | 0.23 | 0.10 | 0.20 | 326.25 | 0.32 | 0.71 |
| Hex | CD | 9D | B8 | 0 | 17 | A | 14 | 146 | 20 | 47 |
| Octal | 315 | 235 | 270 | 0 | 27 | 12 | 24 | 506 | 40 | 107 |
| Binary | 11001101 | 10011101 | 10111000 | 0 | 10111 | 1010 | 10100 | 101000110 | 100000 | 1000111 |
Color Harmonies of #CD9DB8
Complementary color
Monochromatic Colors of #CD9DB8
Black with #CD9DB8
Text Example
Text Example
White with #CD9DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9DB8; }
p { color: rgb(205,157,184); }
H1.HeaderClassName
{
color: #CD9DB8;
}
.AnyTagClassName
{
color: #CD9DB8;
}
</style>
background-color css
<style>
a { background-color: #CD9DB8; }
a { background-color: rgb(205,157,184); }
div.DivClassName
{
background-color: #CD9DB8;
}
.BgClassName
{
background-color: #CD9DB8;
}
</style>
border-color css
<style>
span { border-color: #CD9DB8; }
span { border-color: rgb(205,157,184); }
td.TdClassName
{
border-color: #CD9DB8;
}
.TagClassName
{
border-color: #CD9DB8;
}
</style>