Html Css Color HEX #D1AAE2 Wisteria

📋 copy color: '#D1AAE2'

red 209 ◦ green 170 ◦ blue 226

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

Shades of Wisteria #D1AAE2

Tints of Wisteria #D1AAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.36%

R = 34.55%
G = 28.1%
B = 37.36%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D1AAE2 (or 0xD1AAE2) is known color: Wisteria. HEX triplet: D1, AA and E2. RGB value is (209,170,226). Sum of RGB (Red+Green+Blue) = 209+170+226=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 226 - color contains mainly: blue. Hex color #D1AAE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AAE2 is #2E551D. Grayscale: #BBBBBB. Windows color (decimal): -3036446 or 14854865. OLE color: 14854865.

HSL color Cylindrical-coordinate representation of color #D1AAE2: hue angle of 281.79º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1AAE2 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 170 226 -
CMYK 0.08 0.25 0 0.11
HSL 281.79º 0.49% 0.78% -
HSV(B) 281.79º 0.25% 0.89% -
XYZ 54.4 47.8 78.31 -
YUV 188.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 209 170 226 0.08 0.25 0 0.11 281.79 0.49 0.78
Hex D1 AA E2 8 19 0 B 11A 31 4E
Octal 321 252 342 10 31 0 13 432 61 116
Binary 11010001 10101010 11100010 1000 11001 0 1011 100011010 110001 1001110

Color Harmonies of #D1AAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AAE2

Black with #D1AAE2

Text Example


Text Example

White with #D1AAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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