Shades of Lily #CDA0BE
Tints of Lily #CDA0BE
RGB
CMYK
RGB Variations
Color information
#CDA0BE (or 0xCDA0BE) is known color: Lily. HEX triplet: CD, A0 and BE. RGB value is (205,160,190). Sum of RGB (Red+Green+Blue) = 205+160+190=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 160 (62.89% from 255 or 28.83% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0BE is #325F41. Grayscale: #B0B0B0. Windows color (decimal): -3301186 or 12493005. OLE color: 12493005.
HSL color Cylindrical-coordinate representation of color #CDA0BE: hue angle of 320º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDA0BE is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 160 | 190 | - |
CMYK | 0 | 0.22 | 0.07 | 0.20 |
HSL | 320º | 0.31% | 0.72% | - |
HSV(B) | 320º | 0.22% | 0.8% | - |
XYZ | 47.04 | 41.84 | 54.31 | - |
YUV | 176.88 | 135.41 | 148.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 160 | 190 | 0 | 0.22 | 0.07 | 0.20 | 320 | 0.31 | 0.72 |
Hex | CD | A0 | BE | 0 | 16 | 7 | 14 | 140 | 1F | 48 |
Octal | 315 | 240 | 276 | 0 | 26 | 7 | 24 | 500 | 37 | 110 |
Binary | 11001101 | 10100000 | 10111110 | 0 | 10110 | 111 | 10100 | 101000000 | 11111 | 1001000 |
Color Harmonies of #CDA0BE
Complementary color
Monochromatic Colors of #CDA0BE
Black with #CDA0BE
Text Example
Text Example
White with #CDA0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0BE; }
p { color: rgb(205,160,190); }
H1.HeaderClassName
{
color: #CDA0BE;
}
.AnyTagClassName
{
color: #CDA0BE;
}
</style>
background-color css
<style>
a { background-color: #CDA0BE; }
a { background-color: rgb(205,160,190); }
div.DivClassName
{
background-color: #CDA0BE;
}
.BgClassName
{
background-color: #CDA0BE;
}
</style>
border-color css
<style>
span { border-color: #CDA0BE; }
span { border-color: rgb(205,160,190); }
td.TdClassName
{
border-color: #CDA0BE;
}
.TagClassName
{
border-color: #CDA0BE;
}
</style>