Shades of Wisteria #D09DEE
Tints of Wisteria #D09DEE
RGB
CMYK
RGB Variations
Color information
#D09DEE (or 0xD09DEE) is known color: Wisteria. HEX triplet: D0, 9D and EE. RGB value is (208,157,238). Sum of RGB (Red+Green+Blue) = 208+157+238=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #D09DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09DEE is #2F6211. Grayscale: #B5B5B5. Windows color (decimal): -3105298 or 15637968. OLE color: 15637968.
HSL color Cylindrical-coordinate representation of color #D09DEE: hue angle of 277.78º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D09DEE is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 157 | 238 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.07 |
| HSL | 277.78º | 0.7% | 0.77% | - |
| HSV(B) | 277.78º | 0.34% | 0.93% | - |
| XYZ | 53.5 | 43.7 | 86.5 | - |
| YUV | 181.48 | 159.9 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 238 | 0.13 | 0.34 | 0 | 0.07 | 277.78 | 0.7 | 0.77 |
| Hex | D0 | 9D | EE | D | 22 | 0 | 7 | 116 | 46 | 4D |
| Octal | 320 | 235 | 356 | 15 | 42 | 0 | 7 | 426 | 106 | 115 |
| Binary | 11010000 | 10011101 | 11101110 | 1101 | 100010 | 0 | 111 | 100010110 | 1000110 | 1001101 |
Color Harmonies of #D09DEE
Complementary color
Monochromatic Colors of #D09DEE
Black with #D09DEE
Text Example
Text Example
White with #D09DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09DEE; }
p { color: rgb(208,157,238); }
H1.HeaderClassName
{
color: #D09DEE;
}
.AnyTagClassName
{
color: #D09DEE;
}
</style>
background-color css
<style>
a { background-color: #D09DEE; }
a { background-color: rgb(208,157,238); }
div.DivClassName
{
background-color: #D09DEE;
}
.BgClassName
{
background-color: #D09DEE;
}
</style>
border-color css
<style>
span { border-color: #D09DEE; }
span { border-color: rgb(208,157,238); }
td.TdClassName
{
border-color: #D09DEE;
}
.TagClassName
{
border-color: #D09DEE;
}
</style>