#D0AAE1

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

Shades of Wisteria #D0AAE1

Tints of Wisteria #D0AAE1

Color information

#D0AAE1 (or 0xD0AAE1) is unknown color: approx Wisteria. HEX triplet: D0, AA and E1. RGB value is (208,170,225). Sum of RGB (Red+Green+Blue) = 208+170+225=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0AAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AAE1 is #2F551E. Grayscale: #BBBBBB. Windows color (decimal): -3101983 or 14789328. OLE color: 14789328.

HSL color Cylindrical-coordinate representation of color #D0AAE1: hue angle of 281.45º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0AAE1 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208170225-
CMYK0.080.2400.12
HSL281.45º47.83%77.45%-
HSV(B)281.45º24.44%88.24%-
XYZ53.9847.677.58-
YUV187.63149.09142.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.49%
GREEN value IS 170 (66.80% from 255) = 28.19%
BLUE value IS 225 (88.28% from 255) = 37.31%
R=34.49%
G=28.19%
B=37.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2081702250.080.2400.12281.4547.8377.45
HexD0AAE18180C119304d
Octal320252341103001443160115
Binary110100001010101011100001100011000011001000110011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AAE1; }

 p { color: rgb(208,170,225); }

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

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

 a { background-color: rgb(208,170,225); }

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

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

 span { border-color: rgb(208,170,225); }

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