#DFACFA

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

Shades of Mauve #DFACFA

Tints of Mauve #DFACFA

Color information

#DFACFA (or 0xDFACFA) is unknown color: approx Mauve. HEX triplet: DF, AC and FA. RGB value is (223,172,250). Sum of RGB (Red+Green+Blue) = 223+172+250=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACFA is #205305. Grayscale: #C3C3C3. Windows color (decimal): -2118406 or 16428255. OLE color: 16428255.

HSL color Cylindrical-coordinate representation of color #DFACFA: hue angle of 279.23º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFACFA is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223172250-
CMYK0.110.3100.02
HSL279.23º88.64%82.75%-
HSV(B)279.23º31.2%98.04%-
XYZ62.4452.197.21-
YUV196.14158.4147.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.57%
GREEN value IS 172 (67.58% from 255) = 26.67%
BLUE value IS 250 (98.05% from 255) = 38.76%
R=34.57%
G=26.67%
B=38.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231722500.110.3100.02279.2388.6482.75
HexDFACFAB1F021175953
Octal337254372133702427131123
Binary11011111101011001111101010111111101010001011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACFA; }

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

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

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

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

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

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

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

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