Shades of Lily #CDA4B3
Tints of Lily #CDA4B3
RGB
CMYK
RGB Variations
Color information
#CDA4B3 (or 0xCDA4B3) is known color: Lily. HEX triplet: CD, A4 and B3. RGB value is (205,164,179). Sum of RGB (Red+Green+Blue) = 205+164+179=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4B3 is #325B4C. Grayscale: #B1B1B1. Windows color (decimal): -3300173 or 11773133. OLE color: 11773133.
HSL color Cylindrical-coordinate representation of color #CDA4B3: hue angle of 338.05º 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 #CDA4B3 is Cyan = 0, Magento = 0.2, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 179 | - |
| CMYK | 0 | 0.2 | 0.13 | 0.20 |
| HSL | 338.05º | 0.29% | 0.72% | - |
| HSV(B) | 338.05º | 0.2% | 0.8% | - |
| XYZ | 46.59 | 42.78 | 48.45 | - |
| YUV | 177.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 179 | 0 | 0.2 | 0.13 | 0.20 | 338.05 | 0.29 | 0.72 |
| Hex | CD | A4 | B3 | 0 | 14 | D | 14 | 152 | 1D | 48 |
| Octal | 315 | 244 | 263 | 0 | 24 | 15 | 24 | 522 | 35 | 110 |
| Binary | 11001101 | 10100100 | 10110011 | 0 | 10100 | 1101 | 10100 | 101010010 | 11101 | 1001000 |
Color Harmonies of #CDA4B3
Complementary color
Monochromatic Colors of #CDA4B3
Black with #CDA4B3
Text Example
Text Example
White with #CDA4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4B3; }
p { color: rgb(205,164,179); }
H1.HeaderClassName
{
color: #CDA4B3;
}
.AnyTagClassName
{
color: #CDA4B3;
}
</style>
background-color css
<style>
a { background-color: #CDA4B3; }
a { background-color: rgb(205,164,179); }
div.DivClassName
{
background-color: #CDA4B3;
}
.BgClassName
{
background-color: #CDA4B3;
}
</style>
border-color css
<style>
span { border-color: #CDA4B3; }
span { border-color: rgb(205,164,179); }
td.TdClassName
{
border-color: #CDA4B3;
}
.TagClassName
{
border-color: #CDA4B3;
}
</style>