Html Css Color HEX #D6AAE8 Wisteria

📋 copy color: '#D6AAE8'

red 214 ◦ green 170 ◦ blue 232

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

Shades of Wisteria #D6AAE8

Tints of Wisteria #D6AAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.66%

R = 34.74%
G = 27.6%
B = 37.66%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D6AAE8 (or 0xD6AAE8) is known color: Wisteria. HEX triplet: D6, AA and E8. RGB value is (214,170,232). Sum of RGB (Red+Green+Blue) = 214+170+232=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 232 - color contains mainly: blue. Hex color #D6AAE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AAE8 is #295517. Grayscale: #BEBEBE. Windows color (decimal): -2708760 or 15248086. OLE color: 15248086.

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

Color convert

RGB 214 170 232 -
CMYK 0.08 0.27 0 0.09
HSL 282.58º 0.57% 0.79% -
HSV(B) 282.58º 0.27% 0.91% -
XYZ 56.67 48.87 82.79 -
YUV 190.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 214 170 232 0.08 0.27 0 0.09 282.58 0.57 0.79
Hex D6 AA E8 8 1B 0 9 11B 39 4F
Octal 326 252 350 10 33 0 11 433 71 117
Binary 11010110 10101010 11101000 1000 11011 0 1001 100011011 111001 1001111

Color Harmonies of #D6AAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AAE8

Black with #D6AAE8

Text Example


Text Example

White with #D6AAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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