#D0AAEC

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

Shades of Wisteria #D0AAEC

Tints of Wisteria #D0AAEC

Color information

#D0AAEC (or 0xD0AAEC) is unknown color: approx Wisteria. HEX triplet: D0, AA and EC. RGB value is (208,170,236). Sum of RGB (Red+Green+Blue) = 208+170+236=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AAEC is #2F5513. Grayscale: #BCBCBC. Windows color (decimal): -3101972 or 15510224. OLE color: 15510224.

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

Color convert

RGB208170236-
CMYK0.120.2800.07
HSL274.55º63.46%79.61%-
HSV(B)274.55º27.97%92.55%-
XYZ55.5348.2285.74-
YUV188.89154.59141.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 170 (66.80% from 255) = 27.69%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=33.88%
G=27.69%
B=38.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081702360.120.2800.07274.5563.4679.61
HexD0AAECC1C071133f50
Octal32025235414340742377120
Binary11010000101010101110110011001110001111000100111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AAEC; }

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

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

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

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

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

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

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

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