Shades of Wisteria #D8AEE8
Tints of Wisteria #D8AEE8
RGB
CMYK
RGB Variations
Color information
#D8AEE8 (or 0xD8AEE8) is known color: Wisteria. HEX triplet: D8, AE and E8. RGB value is (216,174,232). Sum of RGB (Red+Green+Blue) = 216+174+232=622 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.73% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 232 - color contains mainly: blue. Hex color #D8AEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AEE8 is #275117. Grayscale: #C0C0C0. Windows color (decimal): -2576664 or 15249112. OLE color: 15249112.
HSL color Cylindrical-coordinate representation of color #D8AEE8: hue angle of 283.45º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8AEE8 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 174 | 232 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.09 |
| HSL | 283.45º | 0.56% | 0.8% | - |
| HSV(B) | 283.45º | 0.25% | 0.91% | - |
| XYZ | 58.02 | 50.7 | 83.07 | - |
| YUV | 193.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 174 | 232 | 0.07 | 0.25 | 0 | 0.09 | 283.45 | 0.56 | 0.8 |
| Hex | D8 | AE | E8 | 7 | 19 | 0 | 9 | 11B | 38 | 50 |
| Octal | 330 | 256 | 350 | 7 | 31 | 0 | 11 | 433 | 70 | 120 |
| Binary | 11011000 | 10101110 | 11101000 | 111 | 11001 | 0 | 1001 | 100011011 | 111000 | 1010000 |
Color Harmonies of #D8AEE8
Complementary color
Monochromatic Colors of #D8AEE8
Black with #D8AEE8
Text Example
Text Example
White with #D8AEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AEE8; }
p { color: rgb(216,174,232); }
H1.HeaderClassName
{
color: #D8AEE8;
}
.AnyTagClassName
{
color: #D8AEE8;
}
</style>
background-color css
<style>
a { background-color: #D8AEE8; }
a { background-color: rgb(216,174,232); }
div.DivClassName
{
background-color: #D8AEE8;
}
.BgClassName
{
background-color: #D8AEE8;
}
</style>
border-color css
<style>
span { border-color: #D8AEE8; }
span { border-color: rgb(216,174,232); }
td.TdClassName
{
border-color: #D8AEE8;
}
.TagClassName
{
border-color: #D8AEE8;
}
</style>