#DEABF6

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

Shades of Mauve #DEABF6

Tints of Mauve #DEABF6

Color information

#DEABF6 (or 0xDEABF6) is unknown color: approx Mauve. HEX triplet: DE, AB and F6. RGB value is (222,171,246). Sum of RGB (Red+Green+Blue) = 222+171+246=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEABF6 is #215409. Grayscale: #C2C2C2. Windows color (decimal): -2184202 or 16165854. OLE color: 16165854.

HSL color Cylindrical-coordinate representation of color #DEABF6: hue angle of 280.8º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEABF6 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222171246-
CMYK0.100.3000.04
HSL280.8º80.65%81.76%-
HSV(B)280.8º30.49%96.47%-
XYZ61.3251.3193.86-
YUV194.8156.9147.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.74%
GREEN value IS 171 (67.19% from 255) = 26.76%
BLUE value IS 246 (96.48% from 255) = 38.50%
R=34.74%
G=26.76%
B=38.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221712460.100.3000.04280.880.6581.76
HexDEABF6A1E041195152
Octal336253366123604431121122
Binary110111101010101111110110101011110010010001100110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEABF6; }

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

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

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

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

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

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

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

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