#D4AAEB

Color #D4AAEB Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #D4AAEB

Tints of Wisteria #D4AAEB

Color information

#D4AAEB (or 0xD4AAEB) is unknown color: approx Wisteria. HEX triplet: D4, AA and EB. RGB value is (212,170,235). Sum of RGB (Red+Green+Blue) = 212+170+235=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4AAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AAEB is #2B5514. Grayscale: #BDBDBD. Windows color (decimal): -2839829 or 15444692. OLE color: 15444692.

HSL color Cylindrical-coordinate representation of color #D4AAEB: hue angle of 278.77º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4AAEB is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212170235-
CMYK0.100.2800.08
HSL278.77º61.9%79.41%-
HSV(B)278.77º27.66%92.16%-
XYZ56.5248.7485.03-
YUV189.97153.41143.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 34.36%
GREEN value IS 170 (66.80% from 255) = 27.55%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=34.36%
G=27.55%
B=38.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121702350.100.2800.08278.7761.979.41
HexD4AAEBA1C081173e4f
Octal324252353123401042776117
Binary110101001010101011101011101011100010001000101111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AAEB; }

 p { color: rgb(212,170,235); }

 H1.HeaderClassName
 {
   color: #D4AAEB;
 }
 .AnyTagClassName
 {
   color: #D4AAEB;
 }
</style>
background-color css

<style>
 a { background-color: #D4AAEB; }

 a { background-color: rgb(212,170,235); }

 div.DivClassName
 {
   background-color: #D4AAEB;
 }
 .BgClassName
 {
   background-color: #D4AAEB;
 }
</style>
border-color css

<style>
 span { border-color: #D4AAEB; }

 span { border-color: rgb(212,170,235); }

 td.TdClassName
 {
   border-color: #D4AAEB;
 }
 .TagClassName
 {
   border-color: #D4AAEB;
 }
</style>