Html Css Color HEX #D3AAEB Wisteria

📋 copy color: '#D3AAEB'

red 211 ◦ green 170 ◦ blue 235

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

Shades of Wisteria #D3AAEB

Tints of Wisteria #D3AAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.15%

R = 34.25%
G = 27.6%
B = 38.15%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D3AAEB (or 0xD3AAEB) is known color: Wisteria. HEX triplet: D3, AA and EB. RGB value is (211,170,235). Sum of RGB (Red+Green+Blue) = 211+170+235=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3AAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AAEB is #2C5514. Grayscale: #BDBDBD. Windows color (decimal): -2905365 or 15444691. OLE color: 15444691.

HSL color Cylindrical-coordinate representation of color #D3AAEB: hue angle of 277.85º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3AAEB is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 170 235 -
CMYK 0.10 0.28 0 0.08
HSL 277.85º 0.62% 0.79% -
HSV(B) 277.85º 0.28% 0.92% -
XYZ 56.23 48.6 85.01 -
YUV 189.67 153.58 143.21 -
System Red Green Blue C M Y K H S L
Decimal 211 170 235 0.10 0.28 0 0.08 277.85 0.62 0.79
Hex D3 AA EB A 1C 0 8 116 3E 4F
Octal 323 252 353 12 34 0 10 426 76 117
Binary 11010011 10101010 11101011 1010 11100 0 1000 100010110 111110 1001111

Color Harmonies of #D3AAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AAEB

Black with #D3AAEB

Text Example


Text Example

White with #D3AAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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