#D8AEE5

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

Shades of Wisteria #D8AEE5

Tints of Wisteria #D8AEE5

Color information

#D8AEE5 (or 0xD8AEE5) is unknown color: approx Wisteria. HEX triplet: D8, AE and E5. RGB value is (216,174,229). Sum of RGB (Red+Green+Blue) = 216+174+229=619 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.89% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #D8AEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AEE5 is #27511A. Grayscale: #C0C0C0. Windows color (decimal): -2576667 or 15052504. OLE color: 15052504.

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

Color convert

RGB216174229-
CMYK0.060.2400.10
HSL285.82º51.4%79.02%-
HSV(B)285.82º24.02%89.8%-
XYZ57.650.5380.85-
YUV192.83148.41144.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.89%
GREEN value IS 174 (68.36% from 255) = 28.11%
BLUE value IS 229 (89.84% from 255) = 37.00%
R=34.89%
G=28.11%
B=37.00%

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
Decimal2161742290.060.2400.10285.8251.479.02
HexD8AEE56180A11e334f
Octal33025634563001243663117
Binary11011000101011101110010111011000010101000111101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AEE5; }

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

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

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

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

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

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

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

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