Shades of Wisteria #D4A4EF
Tints of Wisteria #D4A4EF
RGB
CMYK
RGB Variations
Color information
#D4A4EF (or 0xD4A4EF) is known color: Wisteria. HEX triplet: D4, A4 and EF. RGB value is (212,164,239). Sum of RGB (Red+Green+Blue) = 212+164+239=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 164 (64.45% from 255 or 26.67% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4A4EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A4EF is #2B5B10. Grayscale: #BABABA. Windows color (decimal): -2841361 or 15705300. OLE color: 15705300.
HSL color Cylindrical-coordinate representation of color #D4A4EF: hue angle of 278.4º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4A4EF is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 164 | 239 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.06 |
| HSL | 278.4º | 0.7% | 0.79% | - |
| HSV(B) | 278.4º | 0.31% | 0.94% | - |
| XYZ | 56.01 | 46.78 | 87.74 | - |
| YUV | 186.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 239 | 0.11 | 0.31 | 0 | 0.06 | 278.4 | 0.7 | 0.79 |
| Hex | D4 | A4 | EF | B | 1F | 0 | 6 | 116 | 46 | 4F |
| Octal | 324 | 244 | 357 | 13 | 37 | 0 | 6 | 426 | 106 | 117 |
| Binary | 11010100 | 10100100 | 11101111 | 1011 | 11111 | 0 | 110 | 100010110 | 1000110 | 1001111 |
Color Harmonies of #D4A4EF
Complementary color
Monochromatic Colors of #D4A4EF
Black with #D4A4EF
Text Example
Text Example
White with #D4A4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A4EF; }
p { color: rgb(212,164,239); }
H1.HeaderClassName
{
color: #D4A4EF;
}
.AnyTagClassName
{
color: #D4A4EF;
}
</style>
background-color css
<style>
a { background-color: #D4A4EF; }
a { background-color: rgb(212,164,239); }
div.DivClassName
{
background-color: #D4A4EF;
}
.BgClassName
{
background-color: #D4A4EF;
}
</style>
border-color css
<style>
span { border-color: #D4A4EF; }
span { border-color: rgb(212,164,239); }
td.TdClassName
{
border-color: #D4A4EF;
}
.TagClassName
{
border-color: #D4A4EF;
}
</style>