#D7AEE5

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

Shades of Wisteria #D7AEE5

Tints of Wisteria #D7AEE5

Color information

#D7AEE5 (or 0xD7AEE5) is unknown color: approx Wisteria. HEX triplet: D7, AE and E5. RGB value is (215,174,229). Sum of RGB (Red+Green+Blue) = 215+174+229=618 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.79% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 229 - color contains mainly: blue. Hex color #D7AEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AEE5 is #28511A. Grayscale: #C0C0C0. Windows color (decimal): -2642203 or 15052503. OLE color: 15052503.

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

Color convert

RGB215174229-
CMYK0.060.2400.10
HSL284.73º51.4%79.02%-
HSV(B)284.73º24.02%89.8%-
XYZ57.350.3880.83-
YUV192.53148.58144.03-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.79%
GREEN value IS 174 (68.36% from 255) = 28.16%
BLUE value IS 229 (89.84% from 255) = 37.06%
R=34.79%
G=28.16%
B=37.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2151742290.060.2400.10284.7351.479.02
HexD7AEE56180A11d334f
Octal32725634563001243563117
Binary11010111101011101110010111011000010101000111011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AEE5; }

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

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

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

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

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

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

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

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