Shades of Lily #CD8BB9
Tints of Lily #CD8BB9
RGB
CMYK
RGB Variations
Color information
#CD8BB9 (or 0xCD8BB9) is known color: Lily. HEX triplet: CD, 8B and B9. RGB value is (205,139,185). Sum of RGB (Red+Green+Blue) = 205+139+185=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8BB9 is #327446. Grayscale: #A3A3A3. Windows color (decimal): -3306567 or 12159949. OLE color: 12159949.
HSL color Cylindrical-coordinate representation of color #CD8BB9: hue angle of 318.18º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD8BB9 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 139 | 185 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.20 |
| HSL | 318.18º | 0.4% | 0.67% | - |
| HSV(B) | 318.18º | 0.32% | 0.8% | - |
| XYZ | 43.17 | 34.95 | 50.37 | - |
| YUV | 163.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 139 | 185 | 0 | 0.32 | 0.10 | 0.20 | 318.18 | 0.4 | 0.67 |
| Hex | CD | 8B | B9 | 0 | 20 | A | 14 | 13E | 28 | 43 |
| Octal | 315 | 213 | 271 | 0 | 40 | 12 | 24 | 476 | 50 | 103 |
| Binary | 11001101 | 10001011 | 10111001 | 0 | 100000 | 1010 | 10100 | 100111110 | 101000 | 1000011 |
Color Harmonies of #CD8BB9
Complementary color
Monochromatic Colors of #CD8BB9
Black with #CD8BB9
Text Example
Text Example
White with #CD8BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8BB9; }
p { color: rgb(205,139,185); }
H1.HeaderClassName
{
color: #CD8BB9;
}
.AnyTagClassName
{
color: #CD8BB9;
}
</style>
background-color css
<style>
a { background-color: #CD8BB9; }
a { background-color: rgb(205,139,185); }
div.DivClassName
{
background-color: #CD8BB9;
}
.BgClassName
{
background-color: #CD8BB9;
}
</style>
border-color css
<style>
span { border-color: #CD8BB9; }
span { border-color: rgb(205,139,185); }
td.TdClassName
{
border-color: #CD8BB9;
}
.TagClassName
{
border-color: #CD8BB9;
}
</style>