Shades of Lily #CD89BA
Tints of Lily #CD89BA
RGB
CMYK
RGB Variations
Color information
#CD89BA (or 0xCD89BA) is known color: Lily. HEX triplet: CD, 89 and BA. RGB value is (205,137,186). Sum of RGB (Red+Green+Blue) = 205+137+186=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CD89BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD89BA is #327645. Grayscale: #A2A2A2. Windows color (decimal): -3307078 or 12224973. OLE color: 12224973.
HSL color Cylindrical-coordinate representation of color #CD89BA: hue angle of 316.76º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD89BA is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 137 | 186 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.20 |
| HSL | 316.76º | 0.4% | 0.67% | - |
| HSV(B) | 316.76º | 0.33% | 0.8% | - |
| XYZ | 42.99 | 34.42 | 50.83 | - |
| YUV | 162.92 | 141.03 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 137 | 186 | 0 | 0.33 | 0.09 | 0.20 | 316.76 | 0.4 | 0.67 |
| Hex | CD | 89 | BA | 0 | 21 | 9 | 14 | 13D | 28 | 43 |
| Octal | 315 | 211 | 272 | 0 | 41 | 11 | 24 | 475 | 50 | 103 |
| Binary | 11001101 | 10001001 | 10111010 | 0 | 100001 | 1001 | 10100 | 100111101 | 101000 | 1000011 |
Color Harmonies of #CD89BA
Complementary color
Monochromatic Colors of #CD89BA
Black with #CD89BA
Text Example
Text Example
White with #CD89BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD89BA; }
p { color: rgb(205,137,186); }
H1.HeaderClassName
{
color: #CD89BA;
}
.AnyTagClassName
{
color: #CD89BA;
}
</style>
background-color css
<style>
a { background-color: #CD89BA; }
a { background-color: rgb(205,137,186); }
div.DivClassName
{
background-color: #CD89BA;
}
.BgClassName
{
background-color: #CD89BA;
}
</style>
border-color css
<style>
span { border-color: #CD89BA; }
span { border-color: rgb(205,137,186); }
td.TdClassName
{
border-color: #CD89BA;
}
.TagClassName
{
border-color: #CD89BA;
}
</style>