Shades of Wisteria #D3AEE6
Tints of Wisteria #D3AEE6
RGB
CMYK
RGB Variations
Color information
#D3AEE6 (or 0xD3AEE6) is known color: Wisteria. HEX triplet: D3, AE and E6. RGB value is (211,174,230). Sum of RGB (Red+Green+Blue) = 211+174+230=615 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.31% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 230 - color contains mainly: blue. Hex color #D3AEE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AEE6 is #2C5119. Grayscale: #BFBFBF. Windows color (decimal): -2904346 or 15118035. OLE color: 15118035.
HSL color Cylindrical-coordinate representation of color #D3AEE6: hue angle of 279.64º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3AEE6 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 174 | 230 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.10 |
| HSL | 279.64º | 0.53% | 0.79% | - |
| HSV(B) | 279.64º | 0.24% | 0.9% | - |
| XYZ | 56.28 | 49.83 | 81.52 | - |
| YUV | 191.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 174 | 230 | 0.08 | 0.24 | 0 | 0.10 | 279.64 | 0.53 | 0.79 |
| Hex | D3 | AE | E6 | 8 | 18 | 0 | A | 118 | 35 | 4F |
| Octal | 323 | 256 | 346 | 10 | 30 | 0 | 12 | 430 | 65 | 117 |
| Binary | 11010011 | 10101110 | 11100110 | 1000 | 11000 | 0 | 1010 | 100011000 | 110101 | 1001111 |
Color Harmonies of #D3AEE6
Complementary color
Monochromatic Colors of #D3AEE6
Black with #D3AEE6
Text Example
Text Example
White with #D3AEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AEE6; }
p { color: rgb(211,174,230); }
H1.HeaderClassName
{
color: #D3AEE6;
}
.AnyTagClassName
{
color: #D3AEE6;
}
</style>
background-color css
<style>
a { background-color: #D3AEE6; }
a { background-color: rgb(211,174,230); }
div.DivClassName
{
background-color: #D3AEE6;
}
.BgClassName
{
background-color: #D3AEE6;
}
</style>
border-color css
<style>
span { border-color: #D3AEE6; }
span { border-color: rgb(211,174,230); }
td.TdClassName
{
border-color: #D3AEE6;
}
.TagClassName
{
border-color: #D3AEE6;
}
</style>