#DEAEF6

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

Shades of Mauve #DEAEF6

Tints of Mauve #DEAEF6

Color information

#DEAEF6 (or 0xDEAEF6) is unknown color: approx Mauve. HEX triplet: DE, AE and F6. RGB value is (222,174,246). Sum of RGB (Red+Green+Blue) = 222+174+246=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEAEF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEF6 is #215109. Grayscale: #C4C4C4. Windows color (decimal): -2183434 or 16166622. OLE color: 16166622.

HSL color Cylindrical-coordinate representation of color #DEAEF6: hue angle of 280º degrees, saturation: 0.8, 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 #DEAEF6 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222174246-
CMYK0.100.2900.04
HSL280º80%82.35%-
HSV(B)280º29.27%96.47%-
XYZ61.8952.4694.05-
YUV196.56155.9146.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 174 (68.36% from 255) = 27.10%
BLUE value IS 246 (96.48% from 255) = 38.32%
R=34.58%
G=27.10%
B=38.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221742460.100.2900.042808082.35
HexDEAEF6A1D041185052
Octal336256366123504430120122
Binary110111101010111011110110101011101010010001100010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEF6; }

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

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

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

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

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

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

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

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