Shades of Lily #CDA7B5
Tints of Lily #CDA7B5
RGB
CMYK
RGB Variations
Color information
#CDA7B5 (or 0xCDA7B5) is known color: Lily. HEX triplet: CD, A7 and B5. RGB value is (205,167,181). Sum of RGB (Red+Green+Blue) = 205+167+181=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7B5 is #32584A. Grayscale: #B3B3B3. Windows color (decimal): -3299403 or 11904973. OLE color: 11904973.
HSL color Cylindrical-coordinate representation of color #CDA7B5: hue angle of 337.89º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDA7B5 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 181 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.20 |
| HSL | 337.89º | 0.28% | 0.73% | - |
| HSV(B) | 337.89º | 0.19% | 0.8% | - |
| XYZ | 47.34 | 43.95 | 49.7 | - |
| YUV | 179.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 181 | 0 | 0.19 | 0.12 | 0.20 | 337.89 | 0.28 | 0.73 |
| Hex | CD | A7 | B5 | 0 | 13 | C | 14 | 152 | 1C | 49 |
| Octal | 315 | 247 | 265 | 0 | 23 | 14 | 24 | 522 | 34 | 111 |
| Binary | 11001101 | 10100111 | 10110101 | 0 | 10011 | 1100 | 10100 | 101010010 | 11100 | 1001001 |
Color Harmonies of #CDA7B5
Complementary color
Monochromatic Colors of #CDA7B5
Black with #CDA7B5
Text Example
Text Example
White with #CDA7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA7B5; }
p { color: rgb(205,167,181); }
H1.HeaderClassName
{
color: #CDA7B5;
}
.AnyTagClassName
{
color: #CDA7B5;
}
</style>
background-color css
<style>
a { background-color: #CDA7B5; }
a { background-color: rgb(205,167,181); }
div.DivClassName
{
background-color: #CDA7B5;
}
.BgClassName
{
background-color: #CDA7B5;
}
</style>
border-color css
<style>
span { border-color: #CDA7B5; }
span { border-color: rgb(205,167,181); }
td.TdClassName
{
border-color: #CDA7B5;
}
.TagClassName
{
border-color: #CDA7B5;
}
</style>