#D1AEE3

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

Shades of Wisteria #D1AEE3

Tints of Wisteria #D1AEE3

Color information

#D1AEE3 (or 0xD1AEE3) is unknown color: approx Wisteria. HEX triplet: D1, AE and E3. RGB value is (209,174,227). Sum of RGB (Red+Green+Blue) = 209+174+227=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 227 - color contains mainly: blue. Hex color #D1AEE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AEE3 is #2E511C. Grayscale: #BEBEBE. Windows color (decimal): -3035421 or 14921425. OLE color: 14921425.

HSL color Cylindrical-coordinate representation of color #D1AEE3: hue angle of 279.62º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1AEE3 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB209174227-
CMYK0.080.2300.11
HSL279.62º48.62%78.63%-
HSV(B)279.62º23.35%89.02%-
XYZ55.349.3779.29-
YUV190.51148.6141.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.26%
GREEN value IS 174 (68.36% from 255) = 28.52%
BLUE value IS 227 (89.06% from 255) = 37.21%
R=34.26%
G=28.52%
B=37.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2091742270.080.2300.11279.6248.6278.63
HexD1AEE38170B118314f
Octal321256343102701343061117
Binary110100011010111011100011100010111010111000110001100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AEE3; }

 p { color: rgb(209,174,227); }

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

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

 a { background-color: rgb(209,174,227); }

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

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

 span { border-color: rgb(209,174,227); }

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