Shades of Wisteria #D4AAEC
Tints of Wisteria #D4AAEC
RGB
CMYK
RGB Variations
Color information
#D4AAEC (or 0xD4AAEC) is known color: Wisteria. HEX triplet: D4, AA and EC. RGB value is (212,170,236). Sum of RGB (Red+Green+Blue) = 212+170+236=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AAEC is #2B5513. Grayscale: #BDBDBD. Windows color (decimal): -2839828 or 15510228. OLE color: 15510228.
HSL color Cylindrical-coordinate representation of color #D4AAEC: hue angle of 278.18º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4AAEC is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 170 | 236 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.07 |
| HSL | 278.18º | 0.63% | 0.8% | - |
| HSV(B) | 278.18º | 0.28% | 0.93% | - |
| XYZ | 56.67 | 48.8 | 85.79 | - |
| YUV | 190.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 236 | 0.10 | 0.28 | 0 | 0.07 | 278.18 | 0.63 | 0.8 |
| Hex | D4 | AA | EC | A | 1C | 0 | 7 | 116 | 3F | 50 |
| Octal | 324 | 252 | 354 | 12 | 34 | 0 | 7 | 426 | 77 | 120 |
| Binary | 11010100 | 10101010 | 11101100 | 1010 | 11100 | 0 | 111 | 100010110 | 111111 | 1010000 |
Color Harmonies of #D4AAEC
Complementary color
Monochromatic Colors of #D4AAEC
Black with #D4AAEC
Text Example
Text Example
White with #D4AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AAEC; }
p { color: rgb(212,170,236); }
H1.HeaderClassName
{
color: #D4AAEC;
}
.AnyTagClassName
{
color: #D4AAEC;
}
</style>
background-color css
<style>
a { background-color: #D4AAEC; }
a { background-color: rgb(212,170,236); }
div.DivClassName
{
background-color: #D4AAEC;
}
.BgClassName
{
background-color: #D4AAEC;
}
</style>
border-color css
<style>
span { border-color: #D4AAEC; }
span { border-color: rgb(212,170,236); }
td.TdClassName
{
border-color: #D4AAEC;
}
.TagClassName
{
border-color: #D4AAEC;
}
</style>