Html Css Color HEX #D3AADD Wisteria

📋 copy color: '#D3AADD'

red 211 ◦ green 170 ◦ blue 221

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

Shades of Wisteria #D3AADD

Tints of Wisteria #D3AADD

RGB

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

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

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

R = 35.05%
G = 28.24%
B = 36.71%

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

#D3AADD (or 0xD3AADD) is known color: Wisteria. HEX triplet: D3, AA and DD. RGB value is (211,170,221). Sum of RGB (Red+Green+Blue) = 211+170+221=602 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.05% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AADD is #2C5522. Grayscale: #BBBBBB. Windows color (decimal): -2905379 or 14527187. OLE color: 14527187.

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

Color convert

RGB 211 170 221 -
CMYK 0.05 0.23 0 0.13
HSL 288.24º 0.43% 0.77% -
HSV(B) 288.24º 0.23% 0.87% -
XYZ 54.29 47.82 74.78 -
YUV 188.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 211 170 221 0.05 0.23 0 0.13 288.24 0.43 0.77
Hex D3 AA DD 5 17 0 D 120 2B 4D
Octal 323 252 335 5 27 0 15 440 53 115
Binary 11010011 10101010 11011101 101 10111 0 1101 100100000 101011 1001101

Color Harmonies of #D3AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AADD

Black with #D3AADD

Text Example


Text Example

White with #D3AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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