Html Css Color HEX #D2AADD Wisteria

📋 copy color: '#D2AADD'

red 210 ◦ green 170 ◦ blue 221

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

Shades of Wisteria #D2AADD

Tints of Wisteria #D2AADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.77%

R = 34.94%
G = 28.29%
B = 36.77%

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

#D2AADD (or 0xD2AADD) is known color: Wisteria. HEX triplet: D2, AA and DD. RGB value is (210,170,221). Sum of RGB (Red+Green+Blue) = 210+170+221=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AADD is #2D5522. Grayscale: #BBBBBB. Windows color (decimal): -2970915 or 14527186. OLE color: 14527186.

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

Color convert

RGB 210 170 221 -
CMYK 0.05 0.23 0 0.13
HSL 287.06º 0.43% 0.77% -
HSV(B) 287.06º 0.23% 0.87% -
XYZ 54 47.67 74.76 -
YUV 187.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 210 170 221 0.05 0.23 0 0.13 287.06 0.43 0.77
Hex D2 AA DD 5 17 0 D 11F 2B 4D
Octal 322 252 335 5 27 0 15 437 53 115
Binary 11010010 10101010 11011101 101 10111 0 1101 100011111 101011 1001101

Color Harmonies of #D2AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AADD

Black with #D2AADD

Text Example


Text Example

White with #D2AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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