Html Css Color HEX #D3AADF Wisteria

📋 copy color: '#D3AADF'

red 211 ◦ green 170 ◦ blue 223

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

Shades of Wisteria #D3AADF

Tints of Wisteria #D3AADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.92%

R = 34.93%
G = 28.15%
B = 36.92%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D3AADF (or 0xD3AADF) is known color: Wisteria. HEX triplet: D3, AA and DF. RGB value is (211,170,223). Sum of RGB (Red+Green+Blue) = 211+170+223=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AADF is #2C5520. Grayscale: #BCBCBC. Windows color (decimal): -2905377 or 14658259. OLE color: 14658259.

HSL color Cylindrical-coordinate representation of color #D3AADF: hue angle of 286.42º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3AADF is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 170 223 -
CMYK 0.05 0.24 0 0.13
HSL 286.42º 0.45% 0.77% -
HSV(B) 286.42º 0.24% 0.87% -
XYZ 54.56 47.93 76.19 -
YUV 188.3 147.58 144.19 -
System Red Green Blue C M Y K H S L
Decimal 211 170 223 0.05 0.24 0 0.13 286.42 0.45 0.77
Hex D3 AA DF 5 18 0 D 11E 2D 4D
Octal 323 252 337 5 30 0 15 436 55 115
Binary 11010011 10101010 11011111 101 11000 0 1101 100011110 101101 1001101

Color Harmonies of #D3AADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AADF

Black with #D3AADF

Text Example


Text Example

White with #D3AADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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