Html Css Color HEX #D7AAE5 Wisteria

📋 copy color: '#D7AAE5'

red 215 ◦ green 170 ◦ blue 229

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

Shades of Wisteria #D7AAE5

Tints of Wisteria #D7AAE5

RGB

 RED value IS 215 (84.38% from 255) = 35.02%

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

 BLUE value IS 229 (89.84% from 255) = 37.3%

R = 35.02%
G = 27.69%
B = 37.3%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D7AAE5 (or 0xD7AAE5) is known color: Wisteria. HEX triplet: D7, AA and E5. RGB value is (215,170,229). Sum of RGB (Red+Green+Blue) = 215+170+229=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #D7AAE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AAE5 is #28551A. Grayscale: #BDBDBD. Windows color (decimal): -2643227 or 15051479. OLE color: 15051479.

HSL color Cylindrical-coordinate representation of color #D7AAE5: hue angle of 285.76º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7AAE5 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 215 170 229 -
CMYK 0.06 0.26 0 0.10
HSL 285.76º 0.53% 0.78% -
HSV(B) 285.76º 0.26% 0.9% -
XYZ 56.54 48.85 80.58 -
YUV 190.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 215 170 229 0.06 0.26 0 0.10 285.76 0.53 0.78
Hex D7 AA E5 6 1A 0 A 11E 35 4E
Octal 327 252 345 6 32 0 12 436 65 116
Binary 11010111 10101010 11100101 110 11010 0 1010 100011110 110101 1001110

Color Harmonies of #D7AAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AAE5

Black with #D7AAE5

Text Example


Text Example

White with #D7AAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AAE5; }

 p { color: rgb(215,170,229); }

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

background-color css

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

 a { background-color: rgb(215,170,229); }

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

border-color css

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

 span { border-color: rgb(215,170,229); }

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