Shades of Lily #CDA2BB
Tints of Lily #CDA2BB
RGB
CMYK
RGB Variations
Color information
#CDA2BB (or 0xCDA2BB) is known color: Lily. HEX triplet: CD, A2 and BB. RGB value is (205,162,187). Sum of RGB (Red+Green+Blue) = 205+162+187=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2BB is #325D44. Grayscale: #B1B1B1. Windows color (decimal): -3300677 or 12296909. OLE color: 12296909.
HSL color Cylindrical-coordinate representation of color #CDA2BB: hue angle of 325.12º degrees, saturation: 0.3, 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 #CDA2BB is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 187 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.20 |
| HSL | 325.12º | 0.3% | 0.72% | - |
| HSV(B) | 325.12º | 0.21% | 0.8% | - |
| XYZ | 47.07 | 42.41 | 52.72 | - |
| YUV | 177.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 187 | 0 | 0.21 | 0.09 | 0.20 | 325.12 | 0.3 | 0.72 |
| Hex | CD | A2 | BB | 0 | 15 | 9 | 14 | 145 | 1E | 48 |
| Octal | 315 | 242 | 273 | 0 | 25 | 11 | 24 | 505 | 36 | 110 |
| Binary | 11001101 | 10100010 | 10111011 | 0 | 10101 | 1001 | 10100 | 101000101 | 11110 | 1001000 |
Color Harmonies of #CDA2BB
Complementary color
Monochromatic Colors of #CDA2BB
Black with #CDA2BB
Text Example
Text Example
White with #CDA2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2BB; }
p { color: rgb(205,162,187); }
H1.HeaderClassName
{
color: #CDA2BB;
}
.AnyTagClassName
{
color: #CDA2BB;
}
</style>
background-color css
<style>
a { background-color: #CDA2BB; }
a { background-color: rgb(205,162,187); }
div.DivClassName
{
background-color: #CDA2BB;
}
.BgClassName
{
background-color: #CDA2BB;
}
</style>
border-color css
<style>
span { border-color: #CDA2BB; }
span { border-color: rgb(205,162,187); }
td.TdClassName
{
border-color: #CDA2BB;
}
.TagClassName
{
border-color: #CDA2BB;
}
</style>