#DEABF2

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

Shades of Mauve #DEABF2

Tints of Mauve #DEABF2

Color information

#DEABF2 (or 0xDEABF2) is unknown color: approx Mauve. HEX triplet: DE, AB and F2. RGB value is (222,171,242). Sum of RGB (Red+Green+Blue) = 222+171+242=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEABF2 is #21540D. Grayscale: #C2C2C2. Windows color (decimal): -2184206 or 15903710. OLE color: 15903710.

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

Color convert

RGB222171242-
CMYK0.080.2900.05
HSL283.1º73.2%80.98%-
HSV(B)283.1º29.34%94.9%-
XYZ60.7151.0790.66-
YUV194.34154.9147.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 171 (67.19% from 255) = 26.93%
BLUE value IS 242 (94.92% from 255) = 38.11%
R=34.96%
G=26.93%
B=38.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221712420.080.2900.05283.173.280.98
HexDEABF281D0511b4951
Octal336253362103505433111121
Binary110111101010101111110010100011101010110001101110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEABF2; }

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

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

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

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

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

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

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

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