#DEADEC

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

Shades of Mauve #DEADEC

Tints of Mauve #DEADEC

Color information

#DEADEC (or 0xDEADEC) is unknown color: approx Mauve. HEX triplet: DE, AD and EC. RGB value is (222,173,236). Sum of RGB (Red+Green+Blue) = 222+173+236=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADEC is #215213. Grayscale: #C2C2C2. Windows color (decimal): -2183700 or 15511006. OLE color: 15511006.

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

Color convert

RGB222173236-
CMYK0.060.2700.07
HSL286.67º62.38%80.2%-
HSV(B)286.67º26.69%92.55%-
XYZ60.2151.4786.12-
YUV194.83151.23147.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.18%
GREEN value IS 173 (67.97% from 255) = 27.42%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=35.18%
G=27.42%
B=37.40%

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
Decimal2221732360.060.2700.07286.6762.3880.2
HexDEADEC61B0711f3e50
Octal3362553546330743776120
Binary1101111010101101111011001101101101111000111111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADEC; }

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

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

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

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

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

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

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

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