#DEACF0

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

Shades of Mauve #DEACF0

Tints of Mauve #DEACF0

Color information

#DEACF0 (or 0xDEACF0) is unknown color: approx Mauve. HEX triplet: DE, AC and F0. RGB value is (222,172,240). Sum of RGB (Red+Green+Blue) = 222+172+240=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACF0 is #21530F. Grayscale: #C2C2C2. Windows color (decimal): -2183952 or 15772894. OLE color: 15772894.

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

Color convert

RGB222172240-
CMYK0.080.2800.06
HSL284.12º69.39%80.78%-
HSV(B)284.12º28.33%94.12%-
XYZ60.651.3389.15-
YUV194.7153.56147.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 172 (67.58% from 255) = 27.13%
BLUE value IS 240 (94.14% from 255) = 37.85%
R=35.02%
G=27.13%
B=37.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2221722400.080.2800.06284.1269.3980.78
HexDEACF081C0611c4551
Octal336254360103406434105121
Binary110111101010110011110000100011100011010001110010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACF0; }

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

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

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

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

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

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

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

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