Shades of Wisteria #D0ABE7
Tints of Wisteria #D0ABE7
RGB
CMYK
RGB Variations
Color information
#D0ABE7 (or 0xD0ABE7) is known color: Wisteria. HEX triplet: D0, AB and E7. RGB value is (208,171,231). Sum of RGB (Red+Green+Blue) = 208+171+231=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 231 - color contains mainly: blue. Hex color #D0ABE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ABE7 is #2F5418. Grayscale: #BCBCBC. Windows color (decimal): -3101721 or 15182800. OLE color: 15182800.
HSL color Cylindrical-coordinate representation of color #D0ABE7: hue angle of 277º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0ABE7 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 171 | 231 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.09 |
| HSL | 277º | 0.56% | 0.79% | - |
| HSV(B) | 277º | 0.26% | 0.91% | - |
| XYZ | 55 | 48.31 | 82.03 | - |
| YUV | 188.9 | 151.76 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 231 | 0.10 | 0.26 | 0 | 0.09 | 277 | 0.56 | 0.79 |
| Hex | D0 | AB | E7 | A | 1A | 0 | 9 | 115 | 38 | 4F |
| Octal | 320 | 253 | 347 | 12 | 32 | 0 | 11 | 425 | 70 | 117 |
| Binary | 11010000 | 10101011 | 11100111 | 1010 | 11010 | 0 | 1001 | 100010101 | 111000 | 1001111 |
Color Harmonies of #D0ABE7
Complementary color
Monochromatic Colors of #D0ABE7
Black with #D0ABE7
Text Example
Text Example
White with #D0ABE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ABE7; }
p { color: rgb(208,171,231); }
H1.HeaderClassName
{
color: #D0ABE7;
}
.AnyTagClassName
{
color: #D0ABE7;
}
</style>
background-color css
<style>
a { background-color: #D0ABE7; }
a { background-color: rgb(208,171,231); }
div.DivClassName
{
background-color: #D0ABE7;
}
.BgClassName
{
background-color: #D0ABE7;
}
</style>
border-color css
<style>
span { border-color: #D0ABE7; }
span { border-color: rgb(208,171,231); }
td.TdClassName
{
border-color: #D0ABE7;
}
.TagClassName
{
border-color: #D0ABE7;
}
</style>