Shades of Wisteria #D09EED
Tints of Wisteria #D09EED
RGB
CMYK
RGB Variations
Color information
#D09EED (or 0xD09EED) is known color: Wisteria. HEX triplet: D0, 9E and ED. RGB value is (208,158,237). Sum of RGB (Red+Green+Blue) = 208+158+237=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #D09EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09EED is #2F6112. Grayscale: #B5B5B5. Windows color (decimal): -3105043 or 15572688. OLE color: 15572688.
HSL color Cylindrical-coordinate representation of color #D09EED: hue angle of 277.97º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D09EED is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 158 | 237 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.07 |
| HSL | 277.97º | 0.69% | 0.77% | - |
| HSV(B) | 277.97º | 0.33% | 0.93% | - |
| XYZ | 53.53 | 43.98 | 85.79 | - |
| YUV | 181.96 | 159.07 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 237 | 0.12 | 0.33 | 0 | 0.07 | 277.97 | 0.69 | 0.77 |
| Hex | D0 | 9E | ED | C | 21 | 0 | 7 | 116 | 45 | 4D |
| Octal | 320 | 236 | 355 | 14 | 41 | 0 | 7 | 426 | 105 | 115 |
| Binary | 11010000 | 10011110 | 11101101 | 1100 | 100001 | 0 | 111 | 100010110 | 1000101 | 1001101 |
Color Harmonies of #D09EED
Complementary color
Monochromatic Colors of #D09EED
Black with #D09EED
Text Example
Text Example
White with #D09EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09EED; }
p { color: rgb(208,158,237); }
H1.HeaderClassName
{
color: #D09EED;
}
.AnyTagClassName
{
color: #D09EED;
}
</style>
background-color css
<style>
a { background-color: #D09EED; }
a { background-color: rgb(208,158,237); }
div.DivClassName
{
background-color: #D09EED;
}
.BgClassName
{
background-color: #D09EED;
}
</style>
border-color css
<style>
span { border-color: #D09EED; }
span { border-color: rgb(208,158,237); }
td.TdClassName
{
border-color: #D09EED;
}
.TagClassName
{
border-color: #D09EED;
}
</style>