#DFABF3

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

Shades of Mauve #DFABF3

Tints of Mauve #DFABF3

Color information

#DFABF3 (or 0xDFABF3) is unknown color: approx Mauve. HEX triplet: DF, AB and F3. RGB value is (223,171,243). Sum of RGB (Red+Green+Blue) = 223+171+243=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABF3 is #20540C. Grayscale: #C2C2C2. Windows color (decimal): -2118669 or 15969247. OLE color: 15969247.

HSL color Cylindrical-coordinate representation of color #DFABF3: hue angle of 283.33º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFABF3 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223171243-
CMYK0.080.3000.05
HSL283.33º75%81.18%-
HSV(B)283.33º29.63%95.29%-
XYZ61.1751.2891.47-
YUV194.76155.23148.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.01%
GREEN value IS 171 (67.19% from 255) = 26.84%
BLUE value IS 243 (95.31% from 255) = 38.15%
R=35.01%
G=26.84%
B=38.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231712430.080.3000.05283.337581.18
HexDFABF381E0511b4b51
Octal337253363103605433113121
Binary110111111010101111110011100011110010110001101110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABF3; }

 p { color: rgb(223,171,243); }

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

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

 a { background-color: rgb(223,171,243); }

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

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

 span { border-color: rgb(223,171,243); }

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