Shades of Lily #CDA2B1
Tints of Lily #CDA2B1
RGB
CMYK
RGB Variations
Color information
#CDA2B1 (or 0xCDA2B1) is known color: Lily. HEX triplet: CD, A2 and B1. RGB value is (205,162,177). Sum of RGB (Red+Green+Blue) = 205+162+177=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA2B1 is #325D4E. Grayscale: #B0B0B0. Windows color (decimal): -3300687 or 11641549. OLE color: 11641549.
HSL color Cylindrical-coordinate representation of color #CDA2B1: hue angle of 339.07º 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 #CDA2B1 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 177 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.20 |
| HSL | 339.07º | 0.3% | 0.72% | - |
| HSV(B) | 339.07º | 0.21% | 0.8% | - |
| XYZ | 46.03 | 41.99 | 47.27 | - |
| YUV | 176.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 177 | 0 | 0.21 | 0.14 | 0.20 | 339.07 | 0.3 | 0.72 |
| Hex | CD | A2 | B1 | 0 | 15 | E | 14 | 153 | 1E | 48 |
| Octal | 315 | 242 | 261 | 0 | 25 | 16 | 24 | 523 | 36 | 110 |
| Binary | 11001101 | 10100010 | 10110001 | 0 | 10101 | 1110 | 10100 | 101010011 | 11110 | 1001000 |
Color Harmonies of #CDA2B1
Complementary color
Monochromatic Colors of #CDA2B1
Black with #CDA2B1
Text Example
Text Example
White with #CDA2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2B1; }
p { color: rgb(205,162,177); }
H1.HeaderClassName
{
color: #CDA2B1;
}
.AnyTagClassName
{
color: #CDA2B1;
}
</style>
background-color css
<style>
a { background-color: #CDA2B1; }
a { background-color: rgb(205,162,177); }
div.DivClassName
{
background-color: #CDA2B1;
}
.BgClassName
{
background-color: #CDA2B1;
}
</style>
border-color css
<style>
span { border-color: #CDA2B1; }
span { border-color: rgb(205,162,177); }
td.TdClassName
{
border-color: #CDA2B1;
}
.TagClassName
{
border-color: #CDA2B1;
}
</style>