Shades of Lily #CDA2B9
Tints of Lily #CDA2B9
RGB
CMYK
RGB Variations
Color information
#CDA2B9 (or 0xCDA2B9) is known color: Lily. HEX triplet: CD, A2 and B9. RGB value is (205,162,185). Sum of RGB (Red+Green+Blue) = 205+162+185=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2B9 is #325D46. Grayscale: #B1B1B1. Windows color (decimal): -3300679 or 12165837. OLE color: 12165837.
HSL color Cylindrical-coordinate representation of color #CDA2B9: hue angle of 327.91º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA2B9 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 185 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.20 |
| HSL | 327.91º | 0.3% | 0.72% | - |
| HSV(B) | 327.91º | 0.21% | 0.8% | - |
| XYZ | 46.85 | 42.32 | 51.6 | - |
| YUV | 177.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 185 | 0 | 0.21 | 0.10 | 0.20 | 327.91 | 0.3 | 0.72 |
| Hex | CD | A2 | B9 | 0 | 15 | A | 14 | 148 | 1E | 48 |
| Octal | 315 | 242 | 271 | 0 | 25 | 12 | 24 | 510 | 36 | 110 |
| Binary | 11001101 | 10100010 | 10111001 | 0 | 10101 | 1010 | 10100 | 101001000 | 11110 | 1001000 |
Color Harmonies of #CDA2B9
Complementary color
Monochromatic Colors of #CDA2B9
Black with #CDA2B9
Text Example
Text Example
White with #CDA2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2B9; }
p { color: rgb(205,162,185); }
H1.HeaderClassName
{
color: #CDA2B9;
}
.AnyTagClassName
{
color: #CDA2B9;
}
</style>
background-color css
<style>
a { background-color: #CDA2B9; }
a { background-color: rgb(205,162,185); }
div.DivClassName
{
background-color: #CDA2B9;
}
.BgClassName
{
background-color: #CDA2B9;
}
</style>
border-color css
<style>
span { border-color: #CDA2B9; }
span { border-color: rgb(205,162,185); }
td.TdClassName
{
border-color: #CDA2B9;
}
.TagClassName
{
border-color: #CDA2B9;
}
</style>