Html Css Color HEX #D3AADC Wisteria

📋 copy color: '#D3AADC'

red 211 ◦ green 170 ◦ blue 220

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

Shades of Wisteria #D3AADC

Tints of Wisteria #D3AADC

RGB

 RED value IS 211 (82.81% from 255) = 35.11%

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

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

R = 35.11%
G = 28.29%
B = 36.61%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D3AADC (or 0xD3AADC) is known color: Wisteria. HEX triplet: D3, AA and DC. RGB value is (211,170,220). Sum of RGB (Red+Green+Blue) = 211+170+220=601 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.11% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AADC is #2C5523. Grayscale: #BBBBBB. Windows color (decimal): -2905380 or 14461651. OLE color: 14461651.

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

Color convert

RGB 211 170 220 -
CMYK 0.04 0.23 0 0.14
HSL 289.2º 0.42% 0.76% -
HSV(B) 289.2º 0.23% 0.86% -
XYZ 54.16 47.77 74.08 -
YUV 187.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 211 170 220 0.04 0.23 0 0.14 289.2 0.42 0.76
Hex D3 AA DC 4 17 0 E 121 2A 4C
Octal 323 252 334 4 27 0 16 441 52 114
Binary 11010011 10101010 11011100 100 10111 0 1110 100100001 101010 1001100

Color Harmonies of #D3AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AADC

Black with #D3AADC

Text Example


Text Example

White with #D3AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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