Shades of Lily #CDA3BC
Tints of Lily #CDA3BC
RGB
CMYK
RGB Variations
Color information
#CDA3BC (or 0xCDA3BC) is known color: Lily. HEX triplet: CD, A3 and BC. RGB value is (205,163,188). Sum of RGB (Red+Green+Blue) = 205+163+188=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA3BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA3BC is #325C43. Grayscale: #B2B2B2. Windows color (decimal): -3300420 or 12362701. OLE color: 12362701.
HSL color Cylindrical-coordinate representation of color #CDA3BC: hue angle of 324.29º degrees, saturation: 0.3, 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 #CDA3BC is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 188 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.20 |
| HSL | 324.29º | 0.3% | 0.72% | - |
| HSV(B) | 324.29º | 0.2% | 0.8% | - |
| XYZ | 47.35 | 42.8 | 53.34 | - |
| YUV | 178.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 188 | 0 | 0.20 | 0.08 | 0.20 | 324.29 | 0.3 | 0.72 |
| Hex | CD | A3 | BC | 0 | 14 | 8 | 14 | 144 | 1E | 48 |
| Octal | 315 | 243 | 274 | 0 | 24 | 10 | 24 | 504 | 36 | 110 |
| Binary | 11001101 | 10100011 | 10111100 | 0 | 10100 | 1000 | 10100 | 101000100 | 11110 | 1001000 |
Color Harmonies of #CDA3BC
Complementary color
Monochromatic Colors of #CDA3BC
Black with #CDA3BC
Text Example
Text Example
White with #CDA3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA3BC; }
p { color: rgb(205,163,188); }
H1.HeaderClassName
{
color: #CDA3BC;
}
.AnyTagClassName
{
color: #CDA3BC;
}
</style>
background-color css
<style>
a { background-color: #CDA3BC; }
a { background-color: rgb(205,163,188); }
div.DivClassName
{
background-color: #CDA3BC;
}
.BgClassName
{
background-color: #CDA3BC;
}
</style>
border-color css
<style>
span { border-color: #CDA3BC; }
span { border-color: rgb(205,163,188); }
td.TdClassName
{
border-color: #CDA3BC;
}
.TagClassName
{
border-color: #CDA3BC;
}
</style>