Html Css Color HEX #D7AAE4 Wisteria

📋 copy color: '#D7AAE4'

red 215 ◦ green 170 ◦ blue 228

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

Shades of Wisteria #D7AAE4

Tints of Wisteria #D7AAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.19%

R = 35.07%
G = 27.73%
B = 37.19%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D7AAE4 (or 0xD7AAE4) is known color: Wisteria. HEX triplet: D7, AA and E4. RGB value is (215,170,228). Sum of RGB (Red+Green+Blue) = 215+170+228=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 228 - color contains mainly: blue. Hex color #D7AAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AAE4 is #28551B. Grayscale: #BDBDBD. Windows color (decimal): -2643228 or 14985943. OLE color: 14985943.

HSL color Cylindrical-coordinate representation of color #D7AAE4: hue angle of 286.55º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7AAE4 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 215 170 228 -
CMYK 0.06 0.25 0 0.11
HSL 286.55º 0.52% 0.78% -
HSV(B) 286.55º 0.25% 0.89% -
XYZ 56.4 48.8 79.84 -
YUV 190.07 149.41 145.78 -
System Red Green Blue C M Y K H S L
Decimal 215 170 228 0.06 0.25 0 0.11 286.55 0.52 0.78
Hex D7 AA E4 6 19 0 B 11F 34 4E
Octal 327 252 344 6 31 0 13 437 64 116
Binary 11010111 10101010 11100100 110 11001 0 1011 100011111 110100 1001110

Color Harmonies of #D7AAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AAE4

Black with #D7AAE4

Text Example


Text Example

White with #D7AAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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