#D2AAEA

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

Shades of Wisteria #D2AAEA

Tints of Wisteria #D2AAEA

Color information

#D2AAEA (or 0xD2AAEA) is unknown color: approx Wisteria. HEX triplet: D2, AA and EA. RGB value is (210,170,234). Sum of RGB (Red+Green+Blue) = 210+170+234=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AAEA is #2D5515. Grayscale: #BDBDBD. Windows color (decimal): -2970902 or 15379154. OLE color: 15379154.

HSL color Cylindrical-coordinate representation of color #D2AAEA: hue angle of 277.5º 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 #D2AAEA is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210170234-
CMYK0.100.2700.08
HSL277.5º60.38%79.22%-
HSV(B)277.5º27.35%91.76%-
XYZ55.848.3984.24-
YUV189.26153.25142.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.20%
GREEN value IS 170 (66.80% from 255) = 27.69%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=34.20%
G=27.69%
B=38.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101702340.100.2700.08277.560.3879.22
HexD2AAEAA1B081163c4f
Octal322252352123301042674117
Binary110100101010101011101010101011011010001000101101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AAEA; }

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

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

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

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

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

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

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

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