#D0AADE

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

Shades of Wisteria #D0AADE

Tints of Wisteria #D0AADE

Color information

#D0AADE (or 0xD0AADE) is unknown color: approx Wisteria. HEX triplet: D0, AA and DE. RGB value is (208,170,222). Sum of RGB (Red+Green+Blue) = 208+170+222=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #D0AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AADE is #2F5521. Grayscale: #BBBBBB. Windows color (decimal): -3101986 or 14592720. OLE color: 14592720.

HSL color Cylindrical-coordinate representation of color #D0AADE: hue angle of 283.85º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0AADE is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208170222-
CMYK0.060.2300.13
HSL283.85º44.07%76.86%-
HSV(B)283.85º23.42%87.06%-
XYZ53.5747.4375.44-
YUV187.29147.59142.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.67%
GREEN value IS 170 (66.80% from 255) = 28.33%
BLUE value IS 222 (87.11% from 255) = 37%
R=34.67%
G=28.33%
B=37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081702220.060.2300.13283.8544.0776.86
HexD0AADE6170D11c2c4d
Octal32025233662701543454115
Binary11010000101010101101111011010111011011000111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AADE; }

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

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

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

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

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

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

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

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