Shades of Lily #CDA2BA
Tints of Lily #CDA2BA
RGB
CMYK
RGB Variations
Color information
#CDA2BA (or 0xCDA2BA) is known color: Lily. HEX triplet: CD, A2 and BA. RGB value is (205,162,186). Sum of RGB (Red+Green+Blue) = 205+162+186=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2BA is #325D45. Grayscale: #B1B1B1. Windows color (decimal): -3300678 or 12231373. OLE color: 12231373.
HSL color Cylindrical-coordinate representation of color #CDA2BA: hue angle of 326.51º 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 #CDA2BA is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 186 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.20 |
| HSL | 326.51º | 0.3% | 0.72% | - |
| HSV(B) | 326.51º | 0.21% | 0.8% | - |
| XYZ | 46.96 | 42.36 | 52.16 | - |
| YUV | 177.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 186 | 0 | 0.21 | 0.09 | 0.20 | 326.51 | 0.3 | 0.72 |
| Hex | CD | A2 | BA | 0 | 15 | 9 | 14 | 147 | 1E | 48 |
| Octal | 315 | 242 | 272 | 0 | 25 | 11 | 24 | 507 | 36 | 110 |
| Binary | 11001101 | 10100010 | 10111010 | 0 | 10101 | 1001 | 10100 | 101000111 | 11110 | 1001000 |
Color Harmonies of #CDA2BA
Complementary color
Monochromatic Colors of #CDA2BA
Black with #CDA2BA
Text Example
Text Example
White with #CDA2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2BA; }
p { color: rgb(205,162,186); }
H1.HeaderClassName
{
color: #CDA2BA;
}
.AnyTagClassName
{
color: #CDA2BA;
}
</style>
background-color css
<style>
a { background-color: #CDA2BA; }
a { background-color: rgb(205,162,186); }
div.DivClassName
{
background-color: #CDA2BA;
}
.BgClassName
{
background-color: #CDA2BA;
}
</style>
border-color css
<style>
span { border-color: #CDA2BA; }
span { border-color: rgb(205,162,186); }
td.TdClassName
{
border-color: #CDA2BA;
}
.TagClassName
{
border-color: #CDA2BA;
}
</style>