#DEAEF1

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

Shades of Mauve #DEAEF1

Tints of Mauve #DEAEF1

Color information

#DEAEF1 (or 0xDEAEF1) is unknown color: approx Mauve. HEX triplet: DE, AE and F1. RGB value is (222,174,241). Sum of RGB (Red+Green+Blue) = 222+174+241=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEAEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEF1 is #21510E. Grayscale: #C3C3C3. Windows color (decimal): -2183439 or 15838942. OLE color: 15838942.

HSL color Cylindrical-coordinate representation of color #DEAEF1: hue angle of 282.99º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEAEF1 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222174241-
CMYK0.080.2800.05
HSL282.99º70.53%81.37%-
HSV(B)282.99º27.8%94.51%-
XYZ61.1452.1590.06-
YUV195.99153.4146.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 174 (68.36% from 255) = 27.32%
BLUE value IS 241 (94.53% from 255) = 37.83%
R=34.85%
G=27.32%
B=37.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221742410.080.2800.05282.9970.5381.37
HexDEAEF181C0511b4751
Octal336256361103405433107121
Binary110111101010111011110001100011100010110001101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEF1; }

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

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

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

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

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

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

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

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