#DEAEF5

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

Shades of Mauve #DEAEF5

Tints of Mauve #DEAEF5

Color information

#DEAEF5 (or 0xDEAEF5) is unknown color: approx Mauve. HEX triplet: DE, AE and F5. RGB value is (222,174,245). Sum of RGB (Red+Green+Blue) = 222+174+245=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 245 (96.09% from 255 or 38.22% from 641); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEAEF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEF5 is #21510A. Grayscale: #C4C4C4. Windows color (decimal): -2183435 or 16101086. OLE color: 16101086.

HSL color Cylindrical-coordinate representation of color #DEAEF5: hue angle of 280.56º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEAEF5 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222174245-
CMYK0.090.2900.04
HSL280.56º78.02%82.16%-
HSV(B)280.56º28.98%96.08%-
XYZ61.7452.3993.25-
YUV196.45155.4146.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.63%
GREEN value IS 174 (68.36% from 255) = 27.15%
BLUE value IS 245 (96.09% from 255) = 38.22%
R=34.63%
G=27.15%
B=38.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221742450.090.2900.04280.5678.0282.16
HexDEAEF591D041194e52
Octal336256365113504431116122
Binary110111101010111011110101100111101010010001100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEF5; }

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

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

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

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

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

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

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

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