#D8AEE7

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

Shades of Wisteria #D8AEE7

Tints of Wisteria #D8AEE7

Color information

#D8AEE7 (or 0xD8AEE7) is unknown color: approx Wisteria. HEX triplet: D8, AE and E7. RGB value is (216,174,231). Sum of RGB (Red+Green+Blue) = 216+174+231=621 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.78% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 231 - color contains mainly: blue. Hex color #D8AEE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AEE7 is #275118. Grayscale: #C0C0C0. Windows color (decimal): -2576665 or 15183576. OLE color: 15183576.

HSL color Cylindrical-coordinate representation of color #D8AEE7: hue angle of 284.21º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8AEE7 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB216174231-
CMYK0.060.2500.09
HSL284.21º54.29%79.41%-
HSV(B)284.21º24.68%90.59%-
XYZ57.8850.6482.33-
YUV193.06149.41144.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.78%
GREEN value IS 174 (68.36% from 255) = 28.02%
BLUE value IS 231 (90.62% from 255) = 37.20%
R=34.78%
G=28.02%
B=37.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2161742310.060.2500.09284.2154.2979.41
HexD8AEE76190911c364f
Octal33025634763101143466117
Binary11011000101011101110011111011001010011000111001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AEE7; }

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

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

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

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

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

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

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

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