Shades of Lily #CDA5BB
Tints of Lily #CDA5BB
RGB
CMYK
RGB Variations
Color information
#CDA5BB (or 0xCDA5BB) is known color: Lily. HEX triplet: CD, A5 and BB. RGB value is (205,165,187). Sum of RGB (Red+Green+Blue) = 205+165+187=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5BB is #325A44. Grayscale: #B3B3B3. Windows color (decimal): -3299909 or 12297677. OLE color: 12297677.
HSL color Cylindrical-coordinate representation of color #CDA5BB: hue angle of 327º 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 #CDA5BB is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 187 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.20 |
| HSL | 327º | 0.29% | 0.73% | - |
| HSV(B) | 327º | 0.2% | 0.8% | - |
| XYZ | 47.6 | 43.48 | 52.9 | - |
| YUV | 179.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 187 | 0 | 0.20 | 0.09 | 0.20 | 327 | 0.29 | 0.73 |
| Hex | CD | A5 | BB | 0 | 14 | 9 | 14 | 147 | 1D | 49 |
| Octal | 315 | 245 | 273 | 0 | 24 | 11 | 24 | 507 | 35 | 111 |
| Binary | 11001101 | 10100101 | 10111011 | 0 | 10100 | 1001 | 10100 | 101000111 | 11101 | 1001001 |
Color Harmonies of #CDA5BB
Complementary color
Monochromatic Colors of #CDA5BB
Black with #CDA5BB
Text Example
Text Example
White with #CDA5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA5BB; }
p { color: rgb(205,165,187); }
H1.HeaderClassName
{
color: #CDA5BB;
}
.AnyTagClassName
{
color: #CDA5BB;
}
</style>
background-color css
<style>
a { background-color: #CDA5BB; }
a { background-color: rgb(205,165,187); }
div.DivClassName
{
background-color: #CDA5BB;
}
.BgClassName
{
background-color: #CDA5BB;
}
</style>
border-color css
<style>
span { border-color: #CDA5BB; }
span { border-color: rgb(205,165,187); }
td.TdClassName
{
border-color: #CDA5BB;
}
.TagClassName
{
border-color: #CDA5BB;
}
</style>