#D1AAEB

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

Shades of Wisteria #D1AAEB

Tints of Wisteria #D1AAEB

Color information

#D1AAEB (or 0xD1AAEB) is unknown color: approx Wisteria. HEX triplet: D1, AA and EB. RGB value is (209,170,235). Sum of RGB (Red+Green+Blue) = 209+170+235=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1AAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AAEB is #2E5514. Grayscale: #BCBCBC. Windows color (decimal): -3036437 or 15444689. OLE color: 15444689.

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

Color convert

RGB209170235-
CMYK0.110.2800.08
HSL276º61.9%79.41%-
HSV(B)276º27.66%92.16%-
XYZ55.6648.384.99-
YUV189.07153.92142.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.04%
GREEN value IS 170 (66.80% from 255) = 27.69%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=34.04%
G=27.69%
B=38.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091702350.110.2800.0827661.979.41
HexD1AAEBB1C081143e4f
Octal321252353133401042476117
Binary110100011010101011101011101111100010001000101001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AAEB; }

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

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

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

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

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

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

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

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