#DEAEED

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

Shades of Mauve #DEAEED

Tints of Mauve #DEAEED

Color information

#DEAEED (or 0xDEAEED) is unknown color: approx Mauve. HEX triplet: DE, AE and ED. RGB value is (222,174,237). Sum of RGB (Red+Green+Blue) = 222+174+237=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEAEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEED is #215112. Grayscale: #C3C3C3. Windows color (decimal): -2183443 or 15576798. OLE color: 15576798.

HSL color Cylindrical-coordinate representation of color #DEAEED: hue angle of 285.71º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEAEED is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222174237-
CMYK0.060.2700.07
HSL285.71º63.64%80.59%-
HSV(B)285.71º26.58%92.94%-
XYZ60.5551.9286.95-
YUV195.53151.4146.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 174 (68.36% from 255) = 27.49%
BLUE value IS 237 (92.97% from 255) = 37.44%
R=35.07%
G=27.49%
B=37.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221742370.060.2700.07285.7163.6480.59
HexDEAEED61B0711e4051
Octal33625635563307436100121
Binary11011110101011101110110111011011011110001111010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEED; }

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

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

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

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

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

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

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

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