Html Css Color HEX #D1AADD Wisteria

📋 copy color: '#D1AADD'

red 209 ◦ green 170 ◦ blue 221

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

Shades of Wisteria #D1AADD

Tints of Wisteria #D1AADD

RGB

 RED value IS 209 (82.03% from 255) = 34.83%

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

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

R = 34.83%
G = 28.33%
B = 36.83%

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

#D1AADD (or 0xD1AADD) is known color: Wisteria. HEX triplet: D1, AA and DD. RGB value is (209,170,221). Sum of RGB (Red+Green+Blue) = 209+170+221=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AADD is #2E5522. Grayscale: #BBBBBB. Windows color (decimal): -3036451 or 14527185. OLE color: 14527185.

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

Color convert

RGB 209 170 221 -
CMYK 0.05 0.23 0 0.13
HSL 285.88º 0.43% 0.77% -
HSV(B) 285.88º 0.23% 0.87% -
XYZ 53.72 47.53 74.75 -
YUV 187.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 209 170 221 0.05 0.23 0 0.13 285.88 0.43 0.77
Hex D1 AA DD 5 17 0 D 11E 2B 4D
Octal 321 252 335 5 27 0 15 436 53 115
Binary 11010001 10101010 11011101 101 10111 0 1101 100011110 101011 1001101

Color Harmonies of #D1AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AADD

Black with #D1AADD

Text Example


Text Example

White with #D1AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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