Shades of Lily #CDA4B5
Tints of Lily #CDA4B5
RGB
CMYK
RGB Variations
Color information
#CDA4B5 (or 0xCDA4B5) is known color: Lily. HEX triplet: CD, A4 and B5. RGB value is (205,164,181). Sum of RGB (Red+Green+Blue) = 205+164+181=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4B5 is #325B4A. Grayscale: #B2B2B2. Windows color (decimal): -3300171 or 11904205. OLE color: 11904205.
HSL color Cylindrical-coordinate representation of color #CDA4B5: hue angle of 335.12º 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 #CDA4B5 is Cyan = 0, Magento = 0.2, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 181 | - |
| CMYK | 0 | 0.2 | 0.12 | 0.20 |
| HSL | 335.12º | 0.29% | 0.72% | - |
| HSV(B) | 335.12º | 0.2% | 0.8% | - |
| XYZ | 46.79 | 42.87 | 49.52 | - |
| YUV | 178.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 181 | 0 | 0.2 | 0.12 | 0.20 | 335.12 | 0.29 | 0.72 |
| Hex | CD | A4 | B5 | 0 | 14 | C | 14 | 14F | 1D | 48 |
| Octal | 315 | 244 | 265 | 0 | 24 | 14 | 24 | 517 | 35 | 110 |
| Binary | 11001101 | 10100100 | 10110101 | 0 | 10100 | 1100 | 10100 | 101001111 | 11101 | 1001000 |
Color Harmonies of #CDA4B5
Complementary color
Monochromatic Colors of #CDA4B5
Black with #CDA4B5
Text Example
Text Example
White with #CDA4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4B5; }
p { color: rgb(205,164,181); }
H1.HeaderClassName
{
color: #CDA4B5;
}
.AnyTagClassName
{
color: #CDA4B5;
}
</style>
background-color css
<style>
a { background-color: #CDA4B5; }
a { background-color: rgb(205,164,181); }
div.DivClassName
{
background-color: #CDA4B5;
}
.BgClassName
{
background-color: #CDA4B5;
}
</style>
border-color css
<style>
span { border-color: #CDA4B5; }
span { border-color: rgb(205,164,181); }
td.TdClassName
{
border-color: #CDA4B5;
}
.TagClassName
{
border-color: #CDA4B5;
}
</style>