#DEAAEC

Color #DEAAEC Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #DEAAEC

Tints of Mauve #DEAAEC

Color information

#DEAAEC (or 0xDEAAEC) is unknown color: approx Mauve. HEX triplet: DE, AA and EC. RGB value is (222,170,236). Sum of RGB (Red+Green+Blue) = 222+170+236=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAAEC is #215513. Grayscale: #C0C0C0. Windows color (decimal): -2184468 or 15510238. OLE color: 15510238.

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

Color convert

RGB222170236-
CMYK0.060.2800.07
HSL287.27º63.46%79.61%-
HSV(B)287.27º27.97%92.55%-
XYZ59.6450.3485.93-
YUV193.07152.23148.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.35%
GREEN value IS 170 (66.80% from 255) = 27.07%
BLUE value IS 236 (92.58% from 255) = 37.58%
R=35.35%
G=27.07%
B=37.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221702360.060.2800.07287.2763.4679.61
HexDEAAEC61C0711f3f50
Octal3362523546340743777120
Binary1101111010101010111011001101110001111000111111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAAEC; }

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

 H1.HeaderClassName
 {
   color: #DEAAEC;
 }
 .AnyTagClassName
 {
   color: #DEAAEC;
 }
</style>
background-color css

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

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

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

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

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

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