#DFACFE

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

Shades of Mauve #DFACFE

Tints of Mauve #DFACFE

Color information

#DFACFE (or 0xDFACFE) is unknown color: approx Mauve. HEX triplet: DF, AC and FE. RGB value is (223,172,254). Sum of RGB (Red+Green+Blue) = 223+172+254=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACFE is #205301. Grayscale: #C4C4C4. Windows color (decimal): -2118402 or 16690399. OLE color: 16690399.

HSL color Cylindrical-coordinate representation of color #DFACFE: hue angle of 277.32º 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 #DFACFE is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB223172254-
CMYK0.120.3200.00
HSL277.32º97.62%83.53%-
HSV(B)277.32º32.28%99.61%-
XYZ63.0752.35100.55-
YUV196.6160.4146.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.36%
GREEN value IS 172 (67.58% from 255) = 26.50%
BLUE value IS 254 (99.61% from 255) = 39.14%
R=34.36%
G=26.50%
B=39.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2231722540.120.3200.00277.3297.6283.53
HexDFACFEC20001156254
Octal337254376144000425142124
Binary11011111101011001111111011001000000010001010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACFE; }

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

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

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

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

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

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

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

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