#DEACF1

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

Shades of Mauve #DEACF1

Tints of Mauve #DEACF1

Color information

#DEACF1 (or 0xDEACF1) is unknown color: approx Mauve. HEX triplet: DE, AC and F1. RGB value is (222,172,241). Sum of RGB (Red+Green+Blue) = 222+172+241=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACF1 is #21530E. Grayscale: #C2C2C2. Windows color (decimal): -2183951 or 15838430. OLE color: 15838430.

HSL color Cylindrical-coordinate representation of color #DEACF1: hue angle of 283.48º degrees, saturation: 0.71, 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 #DEACF1 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222172241-
CMYK0.080.2900.05
HSL283.48º71.13%80.98%-
HSV(B)283.48º28.63%94.51%-
XYZ60.7551.3989.94-
YUV194.82154.06147.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 172 (67.58% from 255) = 27.09%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=34.96%
G=27.09%
B=37.95%

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
Decimal2221722410.080.2900.05283.4871.1380.98
HexDEACF181D0511b4751
Octal336254361103505433107121
Binary110111101010110011110001100011101010110001101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACF1; }

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

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

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

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

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

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

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

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