Shades of Wisteria #D09EEF
Tints of Wisteria #D09EEF
RGB
CMYK
RGB Variations
Color information
#D09EEF (or 0xD09EEF) is known color: Wisteria. HEX triplet: D0, 9E and EF. RGB value is (208,158,239). Sum of RGB (Red+Green+Blue) = 208+158+239=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #D09EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09EEF is #2F6110. Grayscale: #B5B5B5. Windows color (decimal): -3105041 or 15703760. OLE color: 15703760.
HSL color Cylindrical-coordinate representation of color #D09EEF: hue angle of 277.04º 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 #D09EEF is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 158 | 239 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.06 |
| HSL | 277.04º | 0.72% | 0.78% | - |
| HSV(B) | 277.04º | 0.34% | 0.94% | - |
| XYZ | 53.82 | 44.1 | 87.34 | - |
| YUV | 182.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 239 | 0.13 | 0.34 | 0 | 0.06 | 277.04 | 0.72 | 0.78 |
| Hex | D0 | 9E | EF | D | 22 | 0 | 6 | 115 | 48 | 4E |
| Octal | 320 | 236 | 357 | 15 | 42 | 0 | 6 | 425 | 110 | 116 |
| Binary | 11010000 | 10011110 | 11101111 | 1101 | 100010 | 0 | 110 | 100010101 | 1001000 | 1001110 |
Color Harmonies of #D09EEF
Complementary color
Monochromatic Colors of #D09EEF
Black with #D09EEF
Text Example
Text Example
White with #D09EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09EEF; }
p { color: rgb(208,158,239); }
H1.HeaderClassName
{
color: #D09EEF;
}
.AnyTagClassName
{
color: #D09EEF;
}
</style>
background-color css
<style>
a { background-color: #D09EEF; }
a { background-color: rgb(208,158,239); }
div.DivClassName
{
background-color: #D09EEF;
}
.BgClassName
{
background-color: #D09EEF;
}
</style>
border-color css
<style>
span { border-color: #D09EEF; }
span { border-color: rgb(208,158,239); }
td.TdClassName
{
border-color: #D09EEF;
}
.TagClassName
{
border-color: #D09EEF;
}
</style>