Html Css Color HEX #D7AAEC Mauve

📋 copy color: '#D7AAEC'

red 215 ◦ green 170 ◦ blue 236

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

Shades of Mauve #D7AAEC

Tints of Mauve #D7AAEC

RGB

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

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

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

R = 34.62%
G = 27.38%
B = 38%

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

#D7AAEC (or 0xD7AAEC) is known color: Mauve. HEX triplet: D7, AA and EC. RGB value is (215,170,236). Sum of RGB (Red+Green+Blue) = 215+170+236=621 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.62% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AAEC is #285513. Grayscale: #BEBEBE. Windows color (decimal): -2643220 or 15510231. OLE color: 15510231.

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

Color convert

RGB 215 170 236 -
CMYK 0.09 0.28 0 0.07
HSL 280.91º 0.63% 0.8% -
HSV(B) 280.91º 0.28% 0.93% -
XYZ 57.54 49.25 85.83 -
YUV 190.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 215 170 236 0.09 0.28 0 0.07 280.91 0.63 0.8
Hex D7 AA EC 9 1C 0 7 119 3F 50
Octal 327 252 354 11 34 0 7 431 77 120
Binary 11010111 10101010 11101100 1001 11100 0 111 100011001 111111 1010000

Color Harmonies of #D7AAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AAEC

Black with #D7AAEC

Text Example


Text Example

White with #D7AAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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