Shades of Wisteria #D89EEF
Tints of Wisteria #D89EEF
RGB
CMYK
RGB Variations
Color information
#D89EEF (or 0xD89EEF) is known color: Wisteria. HEX triplet: D8, 9E and EF. RGB value is (216,158,239). Sum of RGB (Red+Green+Blue) = 216+158+239=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #D89EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89EEF is #276110. Grayscale: #B8B8B8. Windows color (decimal): -2580753 or 15703768. OLE color: 15703768.
HSL color Cylindrical-coordinate representation of color #D89EEF: hue angle of 282.96º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D89EEF is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 158 | 239 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.06 |
| HSL | 282.96º | 0.72% | 0.78% | - |
| HSV(B) | 282.96º | 0.34% | 0.94% | - |
| XYZ | 56.13 | 45.28 | 87.44 | - |
| YUV | 184.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 239 | 0.10 | 0.34 | 0 | 0.06 | 282.96 | 0.72 | 0.78 |
| Hex | D8 | 9E | EF | A | 22 | 0 | 6 | 11B | 48 | 4E |
| Octal | 330 | 236 | 357 | 12 | 42 | 0 | 6 | 433 | 110 | 116 |
| Binary | 11011000 | 10011110 | 11101111 | 1010 | 100010 | 0 | 110 | 100011011 | 1001000 | 1001110 |
Color Harmonies of #D89EEF
Complementary color
Monochromatic Colors of #D89EEF
Black with #D89EEF
Text Example
Text Example
White with #D89EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89EEF; }
p { color: rgb(216,158,239); }
H1.HeaderClassName
{
color: #D89EEF;
}
.AnyTagClassName
{
color: #D89EEF;
}
</style>
background-color css
<style>
a { background-color: #D89EEF; }
a { background-color: rgb(216,158,239); }
div.DivClassName
{
background-color: #D89EEF;
}
.BgClassName
{
background-color: #D89EEF;
}
</style>
border-color css
<style>
span { border-color: #D89EEF; }
span { border-color: rgb(216,158,239); }
td.TdClassName
{
border-color: #D89EEF;
}
.TagClassName
{
border-color: #D89EEF;
}
</style>