Shades of Lily #CDA5B2
Tints of Lily #CDA5B2
RGB
CMYK
RGB Variations
Color information
#CDA5B2 (or 0xCDA5B2) is known color: Lily. HEX triplet: CD, A5 and B2. RGB value is (205,165,178). Sum of RGB (Red+Green+Blue) = 205+165+178=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA5B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA5B2 is #325A4D. Grayscale: #B2B2B2. Windows color (decimal): -3299918 or 11707853. OLE color: 11707853.
HSL color Cylindrical-coordinate representation of color #CDA5B2: hue angle of 340.5º 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 #CDA5B2 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 178 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.20 |
| HSL | 340.5º | 0.29% | 0.73% | - |
| HSV(B) | 340.5º | 0.2% | 0.8% | - |
| XYZ | 46.67 | 43.1 | 47.98 | - |
| YUV | 178.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 178 | 0 | 0.20 | 0.13 | 0.20 | 340.5 | 0.29 | 0.73 |
| Hex | CD | A5 | B2 | 0 | 14 | D | 14 | 154 | 1D | 49 |
| Octal | 315 | 245 | 262 | 0 | 24 | 15 | 24 | 524 | 35 | 111 |
| Binary | 11001101 | 10100101 | 10110010 | 0 | 10100 | 1101 | 10100 | 101010100 | 11101 | 1001001 |
Color Harmonies of #CDA5B2
Complementary color
Monochromatic Colors of #CDA5B2
Black with #CDA5B2
Text Example
Text Example
White with #CDA5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA5B2; }
p { color: rgb(205,165,178); }
H1.HeaderClassName
{
color: #CDA5B2;
}
.AnyTagClassName
{
color: #CDA5B2;
}
</style>
background-color css
<style>
a { background-color: #CDA5B2; }
a { background-color: rgb(205,165,178); }
div.DivClassName
{
background-color: #CDA5B2;
}
.BgClassName
{
background-color: #CDA5B2;
}
</style>
border-color css
<style>
span { border-color: #CDA5B2; }
span { border-color: rgb(205,165,178); }
td.TdClassName
{
border-color: #CDA5B2;
}
.TagClassName
{
border-color: #CDA5B2;
}
</style>