Shades of Lily #CDA2B7
Tints of Lily #CDA2B7
RGB
CMYK
RGB Variations
Color information
#CDA2B7 (or 0xCDA2B7) is known color: Lily. HEX triplet: CD, A2 and B7. RGB value is (205,162,183). Sum of RGB (Red+Green+Blue) = 205+162+183=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA2B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2B7 is #325D48. Grayscale: #B1B1B1. Windows color (decimal): -3300681 or 12034765. OLE color: 12034765.
HSL color Cylindrical-coordinate representation of color #CDA2B7: hue angle of 330.7º 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 #CDA2B7 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 162 | 183 | - |
CMYK | 0 | 0.21 | 0.11 | 0.20 |
HSL | 330.7º | 0.3% | 0.72% | - |
HSV(B) | 330.7º | 0.21% | 0.8% | - |
XYZ | 46.64 | 42.24 | 50.49 | - |
YUV | 177.25 | 131.25 | 147.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 162 | 183 | 0 | 0.21 | 0.11 | 0.20 | 330.7 | 0.3 | 0.72 |
Hex | CD | A2 | B7 | 0 | 15 | B | 14 | 14B | 1E | 48 |
Octal | 315 | 242 | 267 | 0 | 25 | 13 | 24 | 513 | 36 | 110 |
Binary | 11001101 | 10100010 | 10110111 | 0 | 10101 | 1011 | 10100 | 101001011 | 11110 | 1001000 |
Color Harmonies of #CDA2B7
Complementary color
Monochromatic Colors of #CDA2B7
Black with #CDA2B7
Text Example
Text Example
White with #CDA2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2B7; }
p { color: rgb(205,162,183); }
H1.HeaderClassName
{
color: #CDA2B7;
}
.AnyTagClassName
{
color: #CDA2B7;
}
</style>
background-color css
<style>
a { background-color: #CDA2B7; }
a { background-color: rgb(205,162,183); }
div.DivClassName
{
background-color: #CDA2B7;
}
.BgClassName
{
background-color: #CDA2B7;
}
</style>
border-color css
<style>
span { border-color: #CDA2B7; }
span { border-color: rgb(205,162,183); }
td.TdClassName
{
border-color: #CDA2B7;
}
.TagClassName
{
border-color: #CDA2B7;
}
</style>