#D3ADEA

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

Shades of Wisteria #D3ADEA

Tints of Wisteria #D3ADEA

Color information

#D3ADEA (or 0xD3ADEA) is unknown color: approx Wisteria. HEX triplet: D3, AD and EA. RGB value is (211,173,234). Sum of RGB (Red+Green+Blue) = 211+173+234=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #D3ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ADEA is #2C5215. Grayscale: #BFBFBF. Windows color (decimal): -2904598 or 15379923. OLE color: 15379923.

HSL color Cylindrical-coordinate representation of color #D3ADEA: hue angle of 277.38º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3ADEA is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211173234-
CMYK0.100.2600.08
HSL277.38º59.22%79.8%-
HSV(B)277.38º26.07%91.76%-
XYZ56.6649.6884.44-
YUV191.32152.09142.04-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.14%
GREEN value IS 173 (67.97% from 255) = 27.99%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=34.14%
G=27.99%
B=37.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111732340.100.2600.08277.3859.2279.8
HexD3ADEAA1A081153b50
Octal323255352123201042573120
Binary110100111010110111101010101011010010001000101011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ADEA; }

 p { color: rgb(211,173,234); }

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

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

 a { background-color: rgb(211,173,234); }

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

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

 span { border-color: rgb(211,173,234); }

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