Html Css Color HEX #D6AAE4 Wisteria

📋 copy color: '#D6AAE4'

red 214 ◦ green 170 ◦ blue 228

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

Shades of Wisteria #D6AAE4

Tints of Wisteria #D6AAE4

RGB

 RED value IS 214 (83.98% from 255) = 34.97%

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

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

R = 34.97%
G = 27.78%
B = 37.25%

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

#D6AAE4 (or 0xD6AAE4) is known color: Wisteria. HEX triplet: D6, AA and E4. RGB value is (214,170,228). Sum of RGB (Red+Green+Blue) = 214+170+228=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #D6AAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AAE4 is #29551B. Grayscale: #BDBDBD. Windows color (decimal): -2708764 or 14985942. OLE color: 14985942.

HSL color Cylindrical-coordinate representation of color #D6AAE4: hue angle of 285.52º 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 #D6AAE4 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 170 228 -
CMYK 0.06 0.25 0 0.11
HSL 285.52º 0.52% 0.78% -
HSV(B) 285.52º 0.25% 0.89% -
XYZ 56.11 48.65 79.83 -
YUV 189.77 149.58 145.28 -
System Red Green Blue C M Y K H S L
Decimal 214 170 228 0.06 0.25 0 0.11 285.52 0.52 0.78
Hex D6 AA E4 6 19 0 B 11E 34 4E
Octal 326 252 344 6 31 0 13 436 64 116
Binary 11010110 10101010 11100100 110 11001 0 1011 100011110 110100 1001110

Color Harmonies of #D6AAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AAE4

Black with #D6AAE4

Text Example


Text Example

White with #D6AAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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