Html Css Color HEX #D5AAE5 Wisteria

📋 copy color: '#D5AAE5'

red 213 ◦ green 170 ◦ blue 229

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

Shades of Wisteria #D5AAE5

Tints of Wisteria #D5AAE5

RGB

 RED value IS 213 (83.59% from 255) = 34.8%

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

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

R = 34.8%
G = 27.78%
B = 37.42%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D5AAE5 (or 0xD5AAE5) is known color: Wisteria. HEX triplet: D5, AA and E5. RGB value is (213,170,229). Sum of RGB (Red+Green+Blue) = 213+170+229=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #D5AAE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AAE5 is #2A551A. Grayscale: #BDBDBD. Windows color (decimal): -2774299 or 15051477. OLE color: 15051477.

HSL color Cylindrical-coordinate representation of color #D5AAE5: hue angle of 283.73º 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 #D5AAE5 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 170 229 -
CMYK 0.07 0.26 0 0.10
HSL 283.73º 0.53% 0.78% -
HSV(B) 283.73º 0.26% 0.9% -
XYZ 55.96 48.55 80.55 -
YUV 189.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 213 170 229 0.07 0.26 0 0.10 283.73 0.53 0.78
Hex D5 AA E5 7 1A 0 A 11C 35 4E
Octal 325 252 345 7 32 0 12 434 65 116
Binary 11010101 10101010 11100101 111 11010 0 1010 100011100 110101 1001110

Color Harmonies of #D5AAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AAE5

Black with #D5AAE5

Text Example


Text Example

White with #D5AAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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