#DFACFC

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

Shades of Mauve #DFACFC

Tints of Mauve #DFACFC

Color information

#DFACFC (or 0xDFACFC) is unknown color: approx Mauve. HEX triplet: DF, AC and FC. RGB value is (223,172,252). Sum of RGB (Red+Green+Blue) = 223+172+252=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACFC is #205303. Grayscale: #C4C4C4. Windows color (decimal): -2118404 or 16559327. OLE color: 16559327.

HSL color Cylindrical-coordinate representation of color #DFACFC: hue angle of 278.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFACFC is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223172252-
CMYK0.120.3200.01
HSL278.25º93.02%83.14%-
HSV(B)278.25º31.75%98.82%-
XYZ62.7552.2298.87-
YUV196.37159.4147-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.47%
GREEN value IS 172 (67.58% from 255) = 26.58%
BLUE value IS 252 (98.83% from 255) = 38.95%
R=34.47%
G=26.58%
B=38.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231722520.120.3200.01278.2593.0283.14
HexDFACFCC20011165d53
Octal337254374144001426135123
Binary11011111101011001111110011001000000110001011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACFC; }

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

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

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

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

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

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

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

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