Shades of Wisteria #D08EEE
Tints of Wisteria #D08EEE
RGB
CMYK
RGB Variations
Color information
#D08EEE (or 0xD08EEE) is known color: Wisteria. HEX triplet: D0, 8E and EE. RGB value is (208,142,238). Sum of RGB (Red+Green+Blue) = 208+142+238=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #D08EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08EEE is #2F7111. Grayscale: #ACACAC. Windows color (decimal): -3109138 or 15634128. OLE color: 15634128.
HSL color Cylindrical-coordinate representation of color #D08EEE: hue angle of 281.25º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D08EEE is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 142 | 238 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.07 |
| HSL | 281.25º | 0.74% | 0.75% | - |
| HSV(B) | 281.25º | 0.4% | 0.93% | - |
| XYZ | 51.12 | 38.93 | 85.71 | - |
| YUV | 172.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 238 | 0.13 | 0.40 | 0 | 0.07 | 281.25 | 0.74 | 0.75 |
| Hex | D0 | 8E | EE | D | 28 | 0 | 7 | 119 | 4A | 4B |
| Octal | 320 | 216 | 356 | 15 | 50 | 0 | 7 | 431 | 112 | 113 |
| Binary | 11010000 | 10001110 | 11101110 | 1101 | 101000 | 0 | 111 | 100011001 | 1001010 | 1001011 |
Color Harmonies of #D08EEE
Complementary color
Monochromatic Colors of #D08EEE
Black with #D08EEE
Text Example
Text Example
White with #D08EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08EEE; }
p { color: rgb(208,142,238); }
H1.HeaderClassName
{
color: #D08EEE;
}
.AnyTagClassName
{
color: #D08EEE;
}
</style>
background-color css
<style>
a { background-color: #D08EEE; }
a { background-color: rgb(208,142,238); }
div.DivClassName
{
background-color: #D08EEE;
}
.BgClassName
{
background-color: #D08EEE;
}
</style>
border-color css
<style>
span { border-color: #D08EEE; }
span { border-color: rgb(208,142,238); }
td.TdClassName
{
border-color: #D08EEE;
}
.TagClassName
{
border-color: #D08EEE;
}
</style>