#D8AAEA

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

Shades of Wisteria #D8AAEA

Tints of Wisteria #D8AAEA

Color information

#D8AAEA (or 0xD8AAEA) is unknown color: approx Wisteria. HEX triplet: D8, AA and EA. RGB value is (216,170,234). Sum of RGB (Red+Green+Blue) = 216+170+234=620 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.84% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AAEA is #275515. Grayscale: #BEBEBE. Windows color (decimal): -2577686 or 15379160. OLE color: 15379160.

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

Color convert

RGB216170234-
CMYK0.080.2700.08
HSL283.12º60.38%79.22%-
HSV(B)283.12º27.35%91.76%-
XYZ57.5449.2984.32-
YUV191.05152.24145.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.84%
GREEN value IS 170 (66.80% from 255) = 27.42%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=34.84%
G=27.42%
B=37.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2161702340.080.2700.08283.1260.3879.22
HexD8AAEA81B0811b3c4f
Octal330252352103301043374117
Binary110110001010101011101010100011011010001000110111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AAEA; }

 p { color: rgb(216,170,234); }

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

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

 a { background-color: rgb(216,170,234); }

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

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

 span { border-color: rgb(216,170,234); }

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