Shades of Wisteria #D0AAE1
Tints of Wisteria #D0AAE1
RGB
CMYK
RGB Variations
Color information
#D0AAE1 (or 0xD0AAE1) is known color: Wisteria. HEX triplet: D0, AA and E1. RGB value is (208,170,225). Sum of RGB (Red+Green+Blue) = 208+170+225=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0AAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AAE1 is #2F551E. Grayscale: #BBBBBB. Windows color (decimal): -3101983 or 14789328. OLE color: 14789328.
HSL color Cylindrical-coordinate representation of color #D0AAE1: hue angle of 281.45º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0AAE1 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 170 | 225 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.12 |
| HSL | 281.45º | 0.48% | 0.77% | - |
| HSV(B) | 281.45º | 0.24% | 0.88% | - |
| XYZ | 53.98 | 47.6 | 77.58 | - |
| YUV | 187.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 225 | 0.08 | 0.24 | 0 | 0.12 | 281.45 | 0.48 | 0.77 |
| Hex | D0 | AA | E1 | 8 | 18 | 0 | C | 119 | 30 | 4D |
| Octal | 320 | 252 | 341 | 10 | 30 | 0 | 14 | 431 | 60 | 115 |
| Binary | 11010000 | 10101010 | 11100001 | 1000 | 11000 | 0 | 1100 | 100011001 | 110000 | 1001101 |
Color Harmonies of #D0AAE1
Complementary color
Monochromatic Colors of #D0AAE1
Black with #D0AAE1
Text Example
Text Example
White with #D0AAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AAE1; }
p { color: rgb(208,170,225); }
H1.HeaderClassName
{
color: #D0AAE1;
}
.AnyTagClassName
{
color: #D0AAE1;
}
</style>
background-color css
<style>
a { background-color: #D0AAE1; }
a { background-color: rgb(208,170,225); }
div.DivClassName
{
background-color: #D0AAE1;
}
.BgClassName
{
background-color: #D0AAE1;
}
</style>
border-color css
<style>
span { border-color: #D0AAE1; }
span { border-color: rgb(208,170,225); }
td.TdClassName
{
border-color: #D0AAE1;
}
.TagClassName
{
border-color: #D0AAE1;
}
</style>