Shades of Lily #CDA4BB
Tints of Lily #CDA4BB
RGB
CMYK
RGB Variations
Color information
#CDA4BB (or 0xCDA4BB) is known color: Lily. HEX triplet: CD, A4 and BB. RGB value is (205,164,187). Sum of RGB (Red+Green+Blue) = 205+164+187=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4BB is #325B44. Grayscale: #B2B2B2. Windows color (decimal): -3300165 or 12297421. OLE color: 12297421.
HSL color Cylindrical-coordinate representation of color #CDA4BB: hue angle of 326.34º 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 #CDA4BB is Cyan = 0, Magento = 0.2, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 187 | - |
| CMYK | 0 | 0.2 | 0.09 | 0.20 |
| HSL | 326.34º | 0.29% | 0.72% | - |
| HSV(B) | 326.34º | 0.2% | 0.8% | - |
| XYZ | 47.42 | 43.12 | 52.84 | - |
| YUV | 178.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 187 | 0 | 0.2 | 0.09 | 0.20 | 326.34 | 0.29 | 0.72 |
| Hex | CD | A4 | BB | 0 | 14 | 9 | 14 | 146 | 1D | 48 |
| Octal | 315 | 244 | 273 | 0 | 24 | 11 | 24 | 506 | 35 | 110 |
| Binary | 11001101 | 10100100 | 10111011 | 0 | 10100 | 1001 | 10100 | 101000110 | 11101 | 1001000 |
Color Harmonies of #CDA4BB
Complementary color
Monochromatic Colors of #CDA4BB
Black with #CDA4BB
Text Example
Text Example
White with #CDA4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4BB; }
p { color: rgb(205,164,187); }
H1.HeaderClassName
{
color: #CDA4BB;
}
.AnyTagClassName
{
color: #CDA4BB;
}
</style>
background-color css
<style>
a { background-color: #CDA4BB; }
a { background-color: rgb(205,164,187); }
div.DivClassName
{
background-color: #CDA4BB;
}
.BgClassName
{
background-color: #CDA4BB;
}
</style>
border-color css
<style>
span { border-color: #CDA4BB; }
span { border-color: rgb(205,164,187); }
td.TdClassName
{
border-color: #CDA4BB;
}
.TagClassName
{
border-color: #CDA4BB;
}
</style>