Html Css Color HEX #D2AADE Wisteria

📋 copy color: '#D2AADE'

red 210 ◦ green 170 ◦ blue 222

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

Shades of Wisteria #D2AADE

Tints of Wisteria #D2AADE

RGB

 RED value IS 210 (82.42% from 255) = 34.88%

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

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

R = 34.88%
G = 28.24%
B = 36.88%

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

#D2AADE (or 0xD2AADE) is known color: Wisteria. HEX triplet: D2, AA and DE. RGB value is (210,170,222). Sum of RGB (Red+Green+Blue) = 210+170+222=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #D2AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AADE is #2D5521. Grayscale: #BBBBBB. Windows color (decimal): -2970914 or 14592722. OLE color: 14592722.

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

Color convert

RGB 210 170 222 -
CMYK 0.05 0.23 0 0.13
HSL 286.15º 0.44% 0.77% -
HSV(B) 286.15º 0.23% 0.87% -
XYZ 54.14 47.73 75.47 -
YUV 187.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 210 170 222 0.05 0.23 0 0.13 286.15 0.44 0.77
Hex D2 AA DE 5 17 0 D 11E 2C 4D
Octal 322 252 336 5 27 0 15 436 54 115
Binary 11010010 10101010 11011110 101 10111 0 1101 100011110 101100 1001101

Color Harmonies of #D2AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AADE

Black with #D2AADE

Text Example


Text Example

White with #D2AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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