#D1A4EE

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

Shades of Wisteria #D1A4EE

Tints of Wisteria #D1A4EE

Color information

#D1A4EE (or 0xD1A4EE) is unknown color: approx Wisteria. HEX triplet: D1, A4 and EE. RGB value is (209,164,238). Sum of RGB (Red+Green+Blue) = 209+164+238=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1A4EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A4EE is #2E5B11. Grayscale: #B9B9B9. Windows color (decimal): -3037970 or 15639761. OLE color: 15639761.

HSL color Cylindrical-coordinate representation of color #D1A4EE: hue angle of 276.49º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1A4EE is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB209164238-
CMYK0.120.3100.07
HSL276.49º68.52%78.82%-
HSV(B)276.49º31.09%93.33%-
XYZ5546.2886.92-
YUV185.89157.41144.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.21%
GREEN value IS 164 (64.45% from 255) = 26.84%
BLUE value IS 238 (93.36% from 255) = 38.95%
R=34.21%
G=26.84%
B=38.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2091642380.120.3100.07276.4968.5278.82
HexD1A4EEC1F07114454f
Octal321244356143707424105117
Binary110100011010010011101110110011111011110001010010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A4EE; }

 p { color: rgb(209,164,238); }

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

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

 a { background-color: rgb(209,164,238); }

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

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

 span { border-color: rgb(209,164,238); }

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