Shades of Wisteria #D99EEF
Tints of Wisteria #D99EEF
RGB
CMYK
RGB Variations
Color information
#D99EEF (or 0xD99EEF) is known color: Wisteria. HEX triplet: D9, 9E and EF. RGB value is (217,158,239). Sum of RGB (Red+Green+Blue) = 217+158+239=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #D99EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99EEF is #266110. Grayscale: #B8B8B8. Windows color (decimal): -2515217 or 15703769. OLE color: 15703769.
HSL color Cylindrical-coordinate representation of color #D99EEF: hue angle of 283.7º 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 #D99EEF is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 158 | 239 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.06 |
| HSL | 283.7º | 0.72% | 0.78% | - |
| HSV(B) | 283.7º | 0.34% | 0.94% | - |
| XYZ | 56.42 | 45.44 | 87.46 | - |
| YUV | 184.88 | 158.55 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 239 | 0.09 | 0.34 | 0 | 0.06 | 283.7 | 0.72 | 0.78 |
| Hex | D9 | 9E | EF | 9 | 22 | 0 | 6 | 11C | 48 | 4E |
| Octal | 331 | 236 | 357 | 11 | 42 | 0 | 6 | 434 | 110 | 116 |
| Binary | 11011001 | 10011110 | 11101111 | 1001 | 100010 | 0 | 110 | 100011100 | 1001000 | 1001110 |
Color Harmonies of #D99EEF
Complementary color
Monochromatic Colors of #D99EEF
Black with #D99EEF
Text Example
Text Example
White with #D99EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99EEF; }
p { color: rgb(217,158,239); }
H1.HeaderClassName
{
color: #D99EEF;
}
.AnyTagClassName
{
color: #D99EEF;
}
</style>
background-color css
<style>
a { background-color: #D99EEF; }
a { background-color: rgb(217,158,239); }
div.DivClassName
{
background-color: #D99EEF;
}
.BgClassName
{
background-color: #D99EEF;
}
</style>
border-color css
<style>
span { border-color: #D99EEF; }
span { border-color: rgb(217,158,239); }
td.TdClassName
{
border-color: #D99EEF;
}
.TagClassName
{
border-color: #D99EEF;
}
</style>