Shades of Wisteria #D9AFE8
Tints of Wisteria #D9AFE8
RGB
CMYK
RGB Variations
Color information
#D9AFE8 (or 0xD9AFE8) is known color: Wisteria. HEX triplet: D9, AF and E8. RGB value is (217,175,232). Sum of RGB (Red+Green+Blue) = 217+175+232=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #D9AFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AFE8 is #265017. Grayscale: #C1C1C1. Windows color (decimal): -2510872 or 15249369. OLE color: 15249369.
HSL color Cylindrical-coordinate representation of color #D9AFE8: hue angle of 284.21º degrees, saturation: 0.55, 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 #D9AFE8 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 175 | 232 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.09 |
| HSL | 284.21º | 0.55% | 0.8% | - |
| HSV(B) | 284.21º | 0.25% | 0.91% | - |
| XYZ | 58.51 | 51.24 | 83.15 | - |
| YUV | 194.06 | 149.41 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 232 | 0.06 | 0.25 | 0 | 0.09 | 284.21 | 0.55 | 0.8 |
| Hex | D9 | AF | E8 | 6 | 19 | 0 | 9 | 11C | 37 | 50 |
| Octal | 331 | 257 | 350 | 6 | 31 | 0 | 11 | 434 | 67 | 120 |
| Binary | 11011001 | 10101111 | 11101000 | 110 | 11001 | 0 | 1001 | 100011100 | 110111 | 1010000 |
Color Harmonies of #D9AFE8
Complementary color
Monochromatic Colors of #D9AFE8
Black with #D9AFE8
Text Example
Text Example
White with #D9AFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AFE8; }
p { color: rgb(217,175,232); }
H1.HeaderClassName
{
color: #D9AFE8;
}
.AnyTagClassName
{
color: #D9AFE8;
}
</style>
background-color css
<style>
a { background-color: #D9AFE8; }
a { background-color: rgb(217,175,232); }
div.DivClassName
{
background-color: #D9AFE8;
}
.BgClassName
{
background-color: #D9AFE8;
}
</style>
border-color css
<style>
span { border-color: #D9AFE8; }
span { border-color: rgb(217,175,232); }
td.TdClassName
{
border-color: #D9AFE8;
}
.TagClassName
{
border-color: #D9AFE8;
}
</style>