Shades of Lily #CDA9B6
Tints of Lily #CDA9B6
RGB
CMYK
RGB Variations
Color information
#CDA9B6 (or 0xCDA9B6) is known color: Lily. HEX triplet: CD, A9 and B6. RGB value is (205,169,182). Sum of RGB (Red+Green+Blue) = 205+169+182=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9B6 is #325649. Grayscale: #B5B5B5. Windows color (decimal): -3298890 or 11971021. OLE color: 11971021.
HSL color Cylindrical-coordinate representation of color #CDA9B6: hue angle of 338.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA9B6 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 182 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.20 |
| HSL | 338.33º | 0.26% | 0.73% | - |
| HSV(B) | 338.33º | 0.18% | 0.8% | - |
| XYZ | 47.81 | 44.73 | 50.37 | - |
| YUV | 181.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 182 | 0 | 0.18 | 0.11 | 0.20 | 338.33 | 0.26 | 0.73 |
| Hex | CD | A9 | B6 | 0 | 12 | B | 14 | 152 | 1A | 49 |
| Octal | 315 | 251 | 266 | 0 | 22 | 13 | 24 | 522 | 32 | 111 |
| Binary | 11001101 | 10101001 | 10110110 | 0 | 10010 | 1011 | 10100 | 101010010 | 11010 | 1001001 |
Color Harmonies of #CDA9B6
Complementary color
Monochromatic Colors of #CDA9B6
Black with #CDA9B6
Text Example
Text Example
White with #CDA9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9B6; }
p { color: rgb(205,169,182); }
H1.HeaderClassName
{
color: #CDA9B6;
}
.AnyTagClassName
{
color: #CDA9B6;
}
</style>
background-color css
<style>
a { background-color: #CDA9B6; }
a { background-color: rgb(205,169,182); }
div.DivClassName
{
background-color: #CDA9B6;
}
.BgClassName
{
background-color: #CDA9B6;
}
</style>
border-color css
<style>
span { border-color: #CDA9B6; }
span { border-color: rgb(205,169,182); }
td.TdClassName
{
border-color: #CDA9B6;
}
.TagClassName
{
border-color: #CDA9B6;
}
</style>