Html Css Color HEX #D3AADE Wisteria

📋 copy color: '#D3AADE'

red 211 ◦ green 170 ◦ blue 222

#D3AADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #D3AADE

Tints of Wisteria #D3AADE

RGB

 RED value IS 211 (82.81% from 255) = 34.99%

 GREEN value IS 170 (66.8% from 255) = 28.19%

 BLUE value IS 222 (87.11% from 255) = 36.82%

R = 34.99%
G = 28.19%
B = 36.82%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D3AADE (or 0xD3AADE) is known color: Wisteria. HEX triplet: D3, AA and DE. RGB value is (211,170,222). Sum of RGB (Red+Green+Blue) = 211+170+222=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #D3AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AADE is #2C5521. Grayscale: #BCBCBC. Windows color (decimal): -2905378 or 14592723. OLE color: 14592723.

HSL color Cylindrical-coordinate representation of color #D3AADE: hue angle of 287.31º 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 #D3AADE is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 170 222 -
CMYK 0.05 0.23 0 0.13
HSL 287.31º 0.44% 0.77% -
HSV(B) 287.31º 0.23% 0.87% -
XYZ 54.42 47.87 75.48 -
YUV 188.19 147.08 144.27 -
System Red Green Blue C M Y K H S L
Decimal 211 170 222 0.05 0.23 0 0.13 287.31 0.44 0.77
Hex D3 AA DE 5 17 0 D 11F 2C 4D
Octal 323 252 336 5 27 0 15 437 54 115
Binary 11010011 10101010 11011110 101 10111 0 1101 100011111 101100 1001101

Color Harmonies of #D3AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AADE

Black with #D3AADE

Text Example


Text Example

White with #D3AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AADE; }

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

 H1.HeaderClassName
 {
   color: #D3AADE;
 }
 .AnyTagClassName
 {
   color: #D3AADE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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