Html Css Color HEX #D1AADC Wisteria

📋 copy color: '#D1AADC'

red 209 ◦ green 170 ◦ blue 220

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

Shades of Wisteria #D1AADC

Tints of Wisteria #D1AADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.73%

R = 34.89%
G = 28.38%
B = 36.73%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1AADC (or 0xD1AADC) is known color: Wisteria. HEX triplet: D1, AA and DC. RGB value is (209,170,220). Sum of RGB (Red+Green+Blue) = 209+170+220=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AADC is #2E5523. Grayscale: #BBBBBB. Windows color (decimal): -3036452 or 14461649. OLE color: 14461649.

HSL color Cylindrical-coordinate representation of color #D1AADC: hue angle of 286.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1AADC is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 170 220 -
CMYK 0.05 0.23 0 0.14
HSL 286.8º 0.42% 0.76% -
HSV(B) 286.8º 0.23% 0.86% -
XYZ 53.59 47.47 74.05 -
YUV 187.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 209 170 220 0.05 0.23 0 0.14 286.8 0.42 0.76
Hex D1 AA DC 5 17 0 E 11F 2A 4C
Octal 321 252 334 5 27 0 16 437 52 114
Binary 11010001 10101010 11011100 101 10111 0 1110 100011111 101010 1001100

Color Harmonies of #D1AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AADC

Black with #D1AADC

Text Example


Text Example

White with #D1AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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