#D2AEE5

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

Shades of Wisteria #D2AEE5

Tints of Wisteria #D2AEE5

Color information

#D2AEE5 (or 0xD2AEE5) is unknown color: approx Wisteria. HEX triplet: D2, AE and E5. RGB value is (210,174,229). Sum of RGB (Red+Green+Blue) = 210+174+229=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 229 - color contains mainly: blue. Hex color #D2AEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEE5 is #2D511A. Grayscale: #BEBEBE. Windows color (decimal): -2969883 or 15052498. OLE color: 15052498.

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

Color convert

RGB210174229-
CMYK0.080.2400.10
HSL279.27º51.4%79.02%-
HSV(B)279.27º24.02%89.8%-
XYZ55.8649.6380.76-
YUV191.03149.43141.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.26%
GREEN value IS 174 (68.36% from 255) = 28.38%
BLUE value IS 229 (89.84% from 255) = 37.36%
R=34.26%
G=28.38%
B=37.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2101742290.080.2400.10279.2751.479.02
HexD2AEE58180A117334f
Octal322256345103001242763117
Binary110100101010111011100101100011000010101000101111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AEE5; }

 p { color: rgb(210,174,229); }

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

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

 a { background-color: rgb(210,174,229); }

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

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

 span { border-color: rgb(210,174,229); }

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