Shades of Wisteria #D09EEB
Tints of Wisteria #D09EEB
RGB
CMYK
RGB Variations
Color information
#D09EEB (or 0xD09EEB) is known color: Wisteria. HEX triplet: D0, 9E and EB. RGB value is (208,158,235). Sum of RGB (Red+Green+Blue) = 208+158+235=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #D09EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09EEB is #2F6114. Grayscale: #B5B5B5. Windows color (decimal): -3105045 or 15441616. OLE color: 15441616.
HSL color Cylindrical-coordinate representation of color #D09EEB: hue angle of 278.96º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D09EEB is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 158 | 235 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.08 |
| HSL | 278.96º | 0.66% | 0.77% | - |
| HSV(B) | 278.96º | 0.33% | 0.92% | - |
| XYZ | 53.23 | 43.86 | 84.26 | - |
| YUV | 181.73 | 158.07 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 235 | 0.11 | 0.33 | 0 | 0.08 | 278.96 | 0.66 | 0.77 |
| Hex | D0 | 9E | EB | B | 21 | 0 | 8 | 117 | 42 | 4D |
| Octal | 320 | 236 | 353 | 13 | 41 | 0 | 10 | 427 | 102 | 115 |
| Binary | 11010000 | 10011110 | 11101011 | 1011 | 100001 | 0 | 1000 | 100010111 | 1000010 | 1001101 |
Color Harmonies of #D09EEB
Complementary color
Monochromatic Colors of #D09EEB
Black with #D09EEB
Text Example
Text Example
White with #D09EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09EEB; }
p { color: rgb(208,158,235); }
H1.HeaderClassName
{
color: #D09EEB;
}
.AnyTagClassName
{
color: #D09EEB;
}
</style>
background-color css
<style>
a { background-color: #D09EEB; }
a { background-color: rgb(208,158,235); }
div.DivClassName
{
background-color: #D09EEB;
}
.BgClassName
{
background-color: #D09EEB;
}
</style>
border-color css
<style>
span { border-color: #D09EEB; }
span { border-color: rgb(208,158,235); }
td.TdClassName
{
border-color: #D09EEB;
}
.TagClassName
{
border-color: #D09EEB;
}
</style>