#DEACFE

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

Shades of Mauve #DEACFE

Tints of Mauve #DEACFE

Color information

#DEACFE (or 0xDEACFE) is unknown color: approx Mauve. HEX triplet: DE, AC and FE. RGB value is (222,172,254). Sum of RGB (Red+Green+Blue) = 222+172+254=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACFE is #215301. Grayscale: #C4C4C4. Windows color (decimal): -2183938 or 16690398. OLE color: 16690398.

HSL color Cylindrical-coordinate representation of color #DEACFE: hue angle of 276.59º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEACFE is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB222172254-
CMYK0.130.3200.00
HSL276.59º97.62%83.53%-
HSV(B)276.59º32.28%99.61%-
XYZ62.7752.19100.53-
YUV196.3160.56146.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.26%
GREEN value IS 172 (67.58% from 255) = 26.54%
BLUE value IS 254 (99.61% from 255) = 39.20%
R=34.26%
G=26.54%
B=39.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2221722540.130.3200.00276.5997.6283.53
HexDEACFED20001156254
Octal336254376154000425142124
Binary11011110101011001111111011011000000010001010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACFE; }

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

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

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

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

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

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

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

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