Shades of Lily #CD89B8
Tints of Lily #CD89B8
RGB
CMYK
RGB Variations
Color information
#CD89B8 (or 0xCD89B8) is known color: Lily. HEX triplet: CD, 89 and B8. RGB value is (205,137,184). Sum of RGB (Red+Green+Blue) = 205+137+184=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CD89B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD89B8 is #327647. Grayscale: #A2A2A2. Windows color (decimal): -3307080 or 12093901. OLE color: 12093901.
HSL color Cylindrical-coordinate representation of color #CD89B8: hue angle of 318.53º 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 #CD89B8 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 137 | 184 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.20 |
| HSL | 318.53º | 0.4% | 0.67% | - |
| HSV(B) | 318.53º | 0.33% | 0.8% | - |
| XYZ | 42.77 | 34.33 | 49.72 | - |
| YUV | 162.69 | 140.03 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 137 | 184 | 0 | 0.33 | 0.10 | 0.20 | 318.53 | 0.4 | 0.67 |
| Hex | CD | 89 | B8 | 0 | 21 | A | 14 | 13F | 28 | 43 |
| Octal | 315 | 211 | 270 | 0 | 41 | 12 | 24 | 477 | 50 | 103 |
| Binary | 11001101 | 10001001 | 10111000 | 0 | 100001 | 1010 | 10100 | 100111111 | 101000 | 1000011 |
Color Harmonies of #CD89B8
Complementary color
Monochromatic Colors of #CD89B8
Black with #CD89B8
Text Example
Text Example
White with #CD89B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD89B8; }
p { color: rgb(205,137,184); }
H1.HeaderClassName
{
color: #CD89B8;
}
.AnyTagClassName
{
color: #CD89B8;
}
</style>
background-color css
<style>
a { background-color: #CD89B8; }
a { background-color: rgb(205,137,184); }
div.DivClassName
{
background-color: #CD89B8;
}
.BgClassName
{
background-color: #CD89B8;
}
</style>
border-color css
<style>
span { border-color: #CD89B8; }
span { border-color: rgb(205,137,184); }
td.TdClassName
{
border-color: #CD89B8;
}
.TagClassName
{
border-color: #CD89B8;
}
</style>