Shades of Wisteria #D69EEB
Tints of Wisteria #D69EEB
RGB
CMYK
RGB Variations
Color information
#D69EEB (or 0xD69EEB) is known color: Wisteria. HEX triplet: D6, 9E and EB. RGB value is (214,158,235). Sum of RGB (Red+Green+Blue) = 214+158+235=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #D69EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69EEB is #296114. Grayscale: #B7B7B7. Windows color (decimal): -2711829 or 15441622. OLE color: 15441622.
HSL color Cylindrical-coordinate representation of color #D69EEB: hue angle of 283.64º 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 #D69EEB is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 158 | 235 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.08 |
| HSL | 283.64º | 0.66% | 0.77% | - |
| HSV(B) | 283.64º | 0.33% | 0.92% | - |
| XYZ | 54.95 | 44.75 | 84.34 | - |
| YUV | 183.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 235 | 0.09 | 0.33 | 0 | 0.08 | 283.64 | 0.66 | 0.77 |
| Hex | D6 | 9E | EB | 9 | 21 | 0 | 8 | 11C | 42 | 4D |
| Octal | 326 | 236 | 353 | 11 | 41 | 0 | 10 | 434 | 102 | 115 |
| Binary | 11010110 | 10011110 | 11101011 | 1001 | 100001 | 0 | 1000 | 100011100 | 1000010 | 1001101 |
Color Harmonies of #D69EEB
Complementary color
Monochromatic Colors of #D69EEB
Black with #D69EEB
Text Example
Text Example
White with #D69EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69EEB; }
p { color: rgb(214,158,235); }
H1.HeaderClassName
{
color: #D69EEB;
}
.AnyTagClassName
{
color: #D69EEB;
}
</style>
background-color css
<style>
a { background-color: #D69EEB; }
a { background-color: rgb(214,158,235); }
div.DivClassName
{
background-color: #D69EEB;
}
.BgClassName
{
background-color: #D69EEB;
}
</style>
border-color css
<style>
span { border-color: #D69EEB; }
span { border-color: rgb(214,158,235); }
td.TdClassName
{
border-color: #D69EEB;
}
.TagClassName
{
border-color: #D69EEB;
}
</style>