Shades of Wisteria #D09EDE
Tints of Wisteria #D09EDE
RGB
CMYK
RGB Variations
Color information
#D09EDE (or 0xD09EDE) is known color: Wisteria. HEX triplet: D0, 9E and DE. RGB value is (208,158,222). Sum of RGB (Red+Green+Blue) = 208+158+222=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #D09EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09EDE is #2F6121. Grayscale: #B4B4B4. Windows color (decimal): -3105058 or 14589648. OLE color: 14589648.
HSL color Cylindrical-coordinate representation of color #D09EDE: hue angle of 286.88º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D09EDE is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 158 | 222 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.13 |
| HSL | 286.88º | 0.49% | 0.75% | - |
| HSV(B) | 286.88º | 0.29% | 0.87% | - |
| XYZ | 51.42 | 43.14 | 74.72 | - |
| YUV | 180.25 | 151.57 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 222 | 0.06 | 0.29 | 0 | 0.13 | 286.88 | 0.49 | 0.75 |
| Hex | D0 | 9E | DE | 6 | 1D | 0 | D | 11F | 31 | 4B |
| Octal | 320 | 236 | 336 | 6 | 35 | 0 | 15 | 437 | 61 | 113 |
| Binary | 11010000 | 10011110 | 11011110 | 110 | 11101 | 0 | 1101 | 100011111 | 110001 | 1001011 |
Color Harmonies of #D09EDE
Complementary color
Monochromatic Colors of #D09EDE
Black with #D09EDE
Text Example
Text Example
White with #D09EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09EDE; }
p { color: rgb(208,158,222); }
H1.HeaderClassName
{
color: #D09EDE;
}
.AnyTagClassName
{
color: #D09EDE;
}
</style>
background-color css
<style>
a { background-color: #D09EDE; }
a { background-color: rgb(208,158,222); }
div.DivClassName
{
background-color: #D09EDE;
}
.BgClassName
{
background-color: #D09EDE;
}
</style>
border-color css
<style>
span { border-color: #D09EDE; }
span { border-color: rgb(208,158,222); }
td.TdClassName
{
border-color: #D09EDE;
}
.TagClassName
{
border-color: #D09EDE;
}
</style>