Html Css Color HEX #D6AAED Mauve

📋 copy color: '#D6AAED'

red 214 ◦ green 170 ◦ blue 237

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

Shades of Mauve #D6AAED

Tints of Mauve #D6AAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.16%

R = 34.46%
G = 27.38%
B = 38.16%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6AAED (or 0xD6AAED) is known color: Mauve. HEX triplet: D6, AA and ED. RGB value is (214,170,237). Sum of RGB (Red+Green+Blue) = 214+170+237=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6AAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AAED is #295512. Grayscale: #BEBEBE. Windows color (decimal): -2708755 or 15575766. OLE color: 15575766.

HSL color Cylindrical-coordinate representation of color #D6AAED: hue angle of 279.4º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6AAED is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 170 237 -
CMYK 0.10 0.28 0 0.07
HSL 279.4º 0.65% 0.8% -
HSV(B) 279.4º 0.28% 0.93% -
XYZ 57.39 49.16 86.58 -
YUV 190.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 214 170 237 0.10 0.28 0 0.07 279.4 0.65 0.8
Hex D6 AA ED A 1C 0 7 117 41 50
Octal 326 252 355 12 34 0 7 427 101 120
Binary 11010110 10101010 11101101 1010 11100 0 111 100010111 1000001 1010000

Color Harmonies of #D6AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AAED

Black with #D6AAED

Text Example


Text Example

White with #D6AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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