Shades of Lily #CDA5B5
Tints of Lily #CDA5B5
RGB
CMYK
RGB Variations
Color information
#CDA5B5 (or 0xCDA5B5) is known color: Lily. HEX triplet: CD, A5 and B5. RGB value is (205,165,181). Sum of RGB (Red+Green+Blue) = 205+165+181=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA5B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5B5 is #325A4A. Grayscale: #B2B2B2. Windows color (decimal): -3299915 or 11904461. OLE color: 11904461.
HSL color Cylindrical-coordinate representation of color #CDA5B5: hue angle of 336º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDA5B5 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 181 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.20 |
| HSL | 336º | 0.29% | 0.73% | - |
| HSV(B) | 336º | 0.2% | 0.8% | - |
| XYZ | 46.97 | 43.23 | 49.58 | - |
| YUV | 178.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 181 | 0 | 0.20 | 0.12 | 0.20 | 336 | 0.29 | 0.73 |
| Hex | CD | A5 | B5 | 0 | 14 | C | 14 | 150 | 1D | 49 |
| Octal | 315 | 245 | 265 | 0 | 24 | 14 | 24 | 520 | 35 | 111 |
| Binary | 11001101 | 10100101 | 10110101 | 0 | 10100 | 1100 | 10100 | 101010000 | 11101 | 1001001 |
Color Harmonies of #CDA5B5
Complementary color
Monochromatic Colors of #CDA5B5
Black with #CDA5B5
Text Example
Text Example
White with #CDA5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA5B5; }
p { color: rgb(205,165,181); }
H1.HeaderClassName
{
color: #CDA5B5;
}
.AnyTagClassName
{
color: #CDA5B5;
}
</style>
background-color css
<style>
a { background-color: #CDA5B5; }
a { background-color: rgb(205,165,181); }
div.DivClassName
{
background-color: #CDA5B5;
}
.BgClassName
{
background-color: #CDA5B5;
}
</style>
border-color css
<style>
span { border-color: #CDA5B5; }
span { border-color: rgb(205,165,181); }
td.TdClassName
{
border-color: #CDA5B5;
}
.TagClassName
{
border-color: #CDA5B5;
}
</style>