Html Css Color HEX #D6AAEC Mauve

📋 copy color: '#D6AAEC'

red 214 ◦ green 170 ◦ blue 236

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

Shades of Mauve #D6AAEC

Tints of Mauve #D6AAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.06%

R = 34.52%
G = 27.42%
B = 38.06%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6AAEC (or 0xD6AAEC) is known color: Mauve. HEX triplet: D6, AA and EC. RGB value is (214,170,236). Sum of RGB (Red+Green+Blue) = 214+170+236=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AAEC is #295513. Grayscale: #BEBEBE. Windows color (decimal): -2708756 or 15510230. OLE color: 15510230.

HSL color Cylindrical-coordinate representation of color #D6AAEC: hue angle of 280º degrees, saturation: 0.63, 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 #D6AAEC is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 170 236 -
CMYK 0.09 0.28 0 0.07
HSL 280º 0.63% 0.8% -
HSV(B) 280º 0.28% 0.93% -
XYZ 57.25 49.1 85.82 -
YUV 190.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 214 170 236 0.09 0.28 0 0.07 280 0.63 0.8
Hex D6 AA EC 9 1C 0 7 118 3F 50
Octal 326 252 354 11 34 0 7 430 77 120
Binary 11010110 10101010 11101100 1001 11100 0 111 100011000 111111 1010000

Color Harmonies of #D6AAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AAEC

Black with #D6AAEC

Text Example


Text Example

White with #D6AAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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