Shades of Lily #CDA1BB
Tints of Lily #CDA1BB
RGB
CMYK
RGB Variations
Color information
#CDA1BB (or 0xCDA1BB) is known color: Lily. HEX triplet: CD, A1 and BB. RGB value is (205,161,187). Sum of RGB (Red+Green+Blue) = 205+161+187=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1BB is #325E44. Grayscale: #B1B1B1. Windows color (decimal): -3300933 or 12296653. OLE color: 12296653.
HSL color Cylindrical-coordinate representation of color #CDA1BB: hue angle of 324.55º 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 #CDA1BB is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 187 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.20 |
| HSL | 324.55º | 0.31% | 0.72% | - |
| HSV(B) | 324.55º | 0.21% | 0.8% | - |
| XYZ | 46.89 | 42.06 | 52.66 | - |
| YUV | 177.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 187 | 0 | 0.21 | 0.09 | 0.20 | 324.55 | 0.31 | 0.72 |
| Hex | CD | A1 | BB | 0 | 15 | 9 | 14 | 145 | 1F | 48 |
| Octal | 315 | 241 | 273 | 0 | 25 | 11 | 24 | 505 | 37 | 110 |
| Binary | 11001101 | 10100001 | 10111011 | 0 | 10101 | 1001 | 10100 | 101000101 | 11111 | 1001000 |
Color Harmonies of #CDA1BB
Complementary color
Monochromatic Colors of #CDA1BB
Black with #CDA1BB
Text Example
Text Example
White with #CDA1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA1BB; }
p { color: rgb(205,161,187); }
H1.HeaderClassName
{
color: #CDA1BB;
}
.AnyTagClassName
{
color: #CDA1BB;
}
</style>
background-color css
<style>
a { background-color: #CDA1BB; }
a { background-color: rgb(205,161,187); }
div.DivClassName
{
background-color: #CDA1BB;
}
.BgClassName
{
background-color: #CDA1BB;
}
</style>
border-color css
<style>
span { border-color: #CDA1BB; }
span { border-color: rgb(205,161,187); }
td.TdClassName
{
border-color: #CDA1BB;
}
.TagClassName
{
border-color: #CDA1BB;
}
</style>