Shades of Lily #CD8DB6
Tints of Lily #CD8DB6
RGB
CMYK
RGB Variations
Color information
#CD8DB6 (or 0xCD8DB6) is known color: Lily. HEX triplet: CD, 8D and B6. RGB value is (205,141,182). Sum of RGB (Red+Green+Blue) = 205+141+182=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DB6 is #327249. Grayscale: #A4A4A4. Windows color (decimal): -3306058 or 11963853. OLE color: 11963853.
HSL color Cylindrical-coordinate representation of color #CD8DB6: hue angle of 321.56º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD8DB6 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 141 | 182 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.20 |
| HSL | 321.56º | 0.39% | 0.68% | - |
| HSV(B) | 321.56º | 0.31% | 0.8% | - |
| XYZ | 43.15 | 35.41 | 48.82 | - |
| YUV | 164.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 141 | 182 | 0 | 0.31 | 0.11 | 0.20 | 321.56 | 0.39 | 0.68 |
| Hex | CD | 8D | B6 | 0 | 1F | B | 14 | 142 | 27 | 44 |
| Octal | 315 | 215 | 266 | 0 | 37 | 13 | 24 | 502 | 47 | 104 |
| Binary | 11001101 | 10001101 | 10110110 | 0 | 11111 | 1011 | 10100 | 101000010 | 100111 | 1000100 |
Color Harmonies of #CD8DB6
Complementary color
Monochromatic Colors of #CD8DB6
Black with #CD8DB6
Text Example
Text Example
White with #CD8DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8DB6; }
p { color: rgb(205,141,182); }
H1.HeaderClassName
{
color: #CD8DB6;
}
.AnyTagClassName
{
color: #CD8DB6;
}
</style>
background-color css
<style>
a { background-color: #CD8DB6; }
a { background-color: rgb(205,141,182); }
div.DivClassName
{
background-color: #CD8DB6;
}
.BgClassName
{
background-color: #CD8DB6;
}
</style>
border-color css
<style>
span { border-color: #CD8DB6; }
span { border-color: rgb(205,141,182); }
td.TdClassName
{
border-color: #CD8DB6;
}
.TagClassName
{
border-color: #CD8DB6;
}
</style>