Shades of Lily #CDA4B6
Tints of Lily #CDA4B6
RGB
CMYK
RGB Variations
Color information
#CDA4B6 (or 0xCDA4B6) is known color: Lily. HEX triplet: CD, A4 and B6. RGB value is (205,164,182). Sum of RGB (Red+Green+Blue) = 205+164+182=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4B6 is #325B49. Grayscale: #B2B2B2. Windows color (decimal): -3300170 or 11969741. OLE color: 11969741.
HSL color Cylindrical-coordinate representation of color #CDA4B6: hue angle of 333.66º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDA4B6 is Cyan = 0, Magento = 0.2, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 182 | - |
| CMYK | 0 | 0.2 | 0.11 | 0.20 |
| HSL | 333.66º | 0.29% | 0.72% | - |
| HSV(B) | 333.66º | 0.2% | 0.8% | - |
| XYZ | 46.9 | 42.91 | 50.07 | - |
| YUV | 178.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 182 | 0 | 0.2 | 0.11 | 0.20 | 333.66 | 0.29 | 0.72 |
| Hex | CD | A4 | B6 | 0 | 14 | B | 14 | 14E | 1D | 48 |
| Octal | 315 | 244 | 266 | 0 | 24 | 13 | 24 | 516 | 35 | 110 |
| Binary | 11001101 | 10100100 | 10110110 | 0 | 10100 | 1011 | 10100 | 101001110 | 11101 | 1001000 |
Color Harmonies of #CDA4B6
Complementary color
Monochromatic Colors of #CDA4B6
Black with #CDA4B6
Text Example
Text Example
White with #CDA4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4B6; }
p { color: rgb(205,164,182); }
H1.HeaderClassName
{
color: #CDA4B6;
}
.AnyTagClassName
{
color: #CDA4B6;
}
</style>
background-color css
<style>
a { background-color: #CDA4B6; }
a { background-color: rgb(205,164,182); }
div.DivClassName
{
background-color: #CDA4B6;
}
.BgClassName
{
background-color: #CDA4B6;
}
</style>
border-color css
<style>
span { border-color: #CDA4B6; }
span { border-color: rgb(205,164,182); }
td.TdClassName
{
border-color: #CDA4B6;
}
.TagClassName
{
border-color: #CDA4B6;
}
</style>