Html Css Color HEX #D9AAEA Wisteria

📋 copy color: '#D9AAEA'

red 217 ◦ green 170 ◦ blue 234

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

Shades of Wisteria #D9AAEA

Tints of Wisteria #D9AAEA

RGB

 RED value IS 217 (85.16% from 255) = 34.94%

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

 BLUE value IS 234 (91.8% from 255) = 37.68%

R = 34.94%
G = 27.38%
B = 37.68%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D9AAEA (or 0xD9AAEA) is known color: Wisteria. HEX triplet: D9, AA and EA. RGB value is (217,170,234). Sum of RGB (Red+Green+Blue) = 217+170+234=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AAEA is #265515. Grayscale: #BFBFBF. Windows color (decimal): -2512150 or 15379161. OLE color: 15379161.

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

Color convert

RGB 217 170 234 -
CMYK 0.07 0.27 0 0.08
HSL 284.06º 0.6% 0.79% -
HSV(B) 284.06º 0.27% 0.92% -
XYZ 57.84 49.44 84.34 -
YUV 191.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 217 170 234 0.07 0.27 0 0.08 284.06 0.6 0.79
Hex D9 AA EA 7 1B 0 8 11C 3C 4F
Octal 331 252 352 7 33 0 10 434 74 117
Binary 11011001 10101010 11101010 111 11011 0 1000 100011100 111100 1001111

Color Harmonies of #D9AAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AAEA

Black with #D9AAEA

Text Example


Text Example

White with #D9AAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AAEA; }

 p { color: rgb(217,170,234); }

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

background-color css

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

 a { background-color: rgb(217,170,234); }

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

border-color css

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

 span { border-color: rgb(217,170,234); }

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