Shades of Lily #CDA0BC
Tints of Lily #CDA0BC
RGB
CMYK
RGB Variations
Color information
#CDA0BC (or 0xCDA0BC) is known color: Lily. HEX triplet: CD, A0 and BC. RGB value is (205,160,188). Sum of RGB (Red+Green+Blue) = 205+160+188=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0BC is #325F43. Grayscale: #B0B0B0. Windows color (decimal): -3301188 or 12361933. OLE color: 12361933.
HSL color Cylindrical-coordinate representation of color #CDA0BC: hue angle of 322.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDA0BC is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 188 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.20 |
| HSL | 322.67º | 0.31% | 0.72% | - |
| HSV(B) | 322.67º | 0.22% | 0.8% | - |
| XYZ | 46.82 | 41.75 | 53.17 | - |
| YUV | 176.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 188 | 0 | 0.22 | 0.08 | 0.20 | 322.67 | 0.31 | 0.72 |
| Hex | CD | A0 | BC | 0 | 16 | 8 | 14 | 143 | 1F | 48 |
| Octal | 315 | 240 | 274 | 0 | 26 | 10 | 24 | 503 | 37 | 110 |
| Binary | 11001101 | 10100000 | 10111100 | 0 | 10110 | 1000 | 10100 | 101000011 | 11111 | 1001000 |
Color Harmonies of #CDA0BC
Complementary color
Monochromatic Colors of #CDA0BC
Black with #CDA0BC
Text Example
Text Example
White with #CDA0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0BC; }
p { color: rgb(205,160,188); }
H1.HeaderClassName
{
color: #CDA0BC;
}
.AnyTagClassName
{
color: #CDA0BC;
}
</style>
background-color css
<style>
a { background-color: #CDA0BC; }
a { background-color: rgb(205,160,188); }
div.DivClassName
{
background-color: #CDA0BC;
}
.BgClassName
{
background-color: #CDA0BC;
}
</style>
border-color css
<style>
span { border-color: #CDA0BC; }
span { border-color: rgb(205,160,188); }
td.TdClassName
{
border-color: #CDA0BC;
}
.TagClassName
{
border-color: #CDA0BC;
}
</style>