#D1A4EB

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

Shades of Wisteria #D1A4EB

Tints of Wisteria #D1A4EB

Color information

#D1A4EB (or 0xD1A4EB) is unknown color: approx Wisteria. HEX triplet: D1, A4 and EB. RGB value is (209,164,235). Sum of RGB (Red+Green+Blue) = 209+164+235=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 164 (64.45% from 255 or 26.97% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1A4EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A4EB is #2E5B14. Grayscale: #B9B9B9. Windows color (decimal): -3037973 or 15443153. OLE color: 15443153.

HSL color Cylindrical-coordinate representation of color #D1A4EB: hue angle of 278.03º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1A4EB is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209164235-
CMYK0.110.3000.08
HSL278.03º63.96%78.24%-
HSV(B)278.03º30.21%92.16%-
XYZ54.5746.184.62-
YUV185.55155.91144.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.38%
GREEN value IS 164 (64.45% from 255) = 26.97%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=34.38%
G=26.97%
B=38.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091642350.110.3000.08278.0363.9678.24
HexD1A4EBB1E08116404e
Octal3212443531336010426100116
Binary1101000110100100111010111011111100100010001011010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A4EB; }

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

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

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

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

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

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

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

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