#DEADED

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

Shades of Mauve #DEADED

Tints of Mauve #DEADED

Color information

#DEADED (or 0xDEADED) is unknown color: approx Mauve. HEX triplet: DE, AD and ED. RGB value is (222,173,237). Sum of RGB (Red+Green+Blue) = 222+173+237=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADED is #215212. Grayscale: #C2C2C2. Windows color (decimal): -2183699 or 15576542. OLE color: 15576542.

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

Color convert

RGB222173237-
CMYK0.060.2700.07
HSL285.94º64%80.39%-
HSV(B)285.94º27%92.94%-
XYZ60.3551.5386.89-
YUV194.95151.73147.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.13%
GREEN value IS 173 (67.97% from 255) = 27.37%
BLUE value IS 237 (92.97% from 255) = 37.5%
R=35.13%
G=27.37%
B=37.5%

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
Decimal2221732370.060.2700.07285.946480.39
HexDEADED61B0711e4050
Octal33625535563307436100120
Binary11011110101011011110110111011011011110001111010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADED; }

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

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

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

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

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

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

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

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