Shades of Lily #CDA2B4
Tints of Lily #CDA2B4
RGB
CMYK
RGB Variations
Color information
#CDA2B4 (or 0xCDA2B4) is known color: Lily. HEX triplet: CD, A2 and B4. RGB value is (205,162,180). Sum of RGB (Red+Green+Blue) = 205+162+180=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2B4 is #325D4B. Grayscale: #B0B0B0. Windows color (decimal): -3300684 or 11838157. OLE color: 11838157.
HSL color Cylindrical-coordinate representation of color #CDA2B4: hue angle of 334.88º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA2B4 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 180 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.20 |
| HSL | 334.88º | 0.3% | 0.72% | - |
| HSV(B) | 334.88º | 0.21% | 0.8% | - |
| XYZ | 46.34 | 42.12 | 48.87 | - |
| YUV | 176.91 | 129.75 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 180 | 0 | 0.21 | 0.12 | 0.20 | 334.88 | 0.3 | 0.72 |
| Hex | CD | A2 | B4 | 0 | 15 | C | 14 | 14F | 1E | 48 |
| Octal | 315 | 242 | 264 | 0 | 25 | 14 | 24 | 517 | 36 | 110 |
| Binary | 11001101 | 10100010 | 10110100 | 0 | 10101 | 1100 | 10100 | 101001111 | 11110 | 1001000 |
Color Harmonies of #CDA2B4
Complementary color
Monochromatic Colors of #CDA2B4
Black with #CDA2B4
Text Example
Text Example
White with #CDA2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2B4; }
p { color: rgb(205,162,180); }
H1.HeaderClassName
{
color: #CDA2B4;
}
.AnyTagClassName
{
color: #CDA2B4;
}
</style>
background-color css
<style>
a { background-color: #CDA2B4; }
a { background-color: rgb(205,162,180); }
div.DivClassName
{
background-color: #CDA2B4;
}
.BgClassName
{
background-color: #CDA2B4;
}
</style>
border-color css
<style>
span { border-color: #CDA2B4; }
span { border-color: rgb(205,162,180); }
td.TdClassName
{
border-color: #CDA2B4;
}
.TagClassName
{
border-color: #CDA2B4;
}
</style>