#DEAAED

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

Shades of Mauve #DEAAED

Tints of Mauve #DEAAED

Color information

#DEAAED (or 0xDEAAED) is unknown color: approx Mauve. HEX triplet: DE, AA and ED. RGB value is (222,170,237). Sum of RGB (Red+Green+Blue) = 222+170+237=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEAAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAAED is #215512. Grayscale: #C0C0C0. Windows color (decimal): -2184467 or 15575774. OLE color: 15575774.

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

Color convert

RGB222170237-
CMYK0.060.2800.07
HSL286.57º65.05%79.8%-
HSV(B)286.57º28.27%92.94%-
XYZ59.7850.3986.7-
YUV193.19152.73148.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.29%
GREEN value IS 170 (66.80% from 255) = 27.03%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=35.29%
G=27.03%
B=37.68%

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
Decimal2221702370.060.2800.07286.5765.0579.8
HexDEAAED61C0711f4150
Octal33625235563407437101120
Binary11011110101010101110110111011100011110001111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAAED; }

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

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

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

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

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

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

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

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