Shades of Lily #CDA1BD
Tints of Lily #CDA1BD
RGB
CMYK
RGB Variations
Color information
#CDA1BD (or 0xCDA1BD) is known color: Lily. HEX triplet: CD, A1 and BD. RGB value is (205,161,189). Sum of RGB (Red+Green+Blue) = 205+161+189=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1BD is #325E42. Grayscale: #B1B1B1. Windows color (decimal): -3300931 or 12427725. OLE color: 12427725.
HSL color Cylindrical-coordinate representation of color #CDA1BD: hue angle of 321.82º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA1BD is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 189 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.20 |
| HSL | 321.82º | 0.31% | 0.72% | - |
| HSV(B) | 321.82º | 0.21% | 0.8% | - |
| XYZ | 47.11 | 42.14 | 53.8 | - |
| YUV | 177.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 189 | 0 | 0.21 | 0.08 | 0.20 | 321.82 | 0.31 | 0.72 |
| Hex | CD | A1 | BD | 0 | 15 | 8 | 14 | 142 | 1F | 48 |
| Octal | 315 | 241 | 275 | 0 | 25 | 10 | 24 | 502 | 37 | 110 |
| Binary | 11001101 | 10100001 | 10111101 | 0 | 10101 | 1000 | 10100 | 101000010 | 11111 | 1001000 |
Color Harmonies of #CDA1BD
Complementary color
Monochromatic Colors of #CDA1BD
Black with #CDA1BD
Text Example
Text Example
White with #CDA1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA1BD; }
p { color: rgb(205,161,189); }
H1.HeaderClassName
{
color: #CDA1BD;
}
.AnyTagClassName
{
color: #CDA1BD;
}
</style>
background-color css
<style>
a { background-color: #CDA1BD; }
a { background-color: rgb(205,161,189); }
div.DivClassName
{
background-color: #CDA1BD;
}
.BgClassName
{
background-color: #CDA1BD;
}
</style>
border-color css
<style>
span { border-color: #CDA1BD; }
span { border-color: rgb(205,161,189); }
td.TdClassName
{
border-color: #CDA1BD;
}
.TagClassName
{
border-color: #CDA1BD;
}
</style>