#DFB4F0

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

Shades of Mauve #DFB4F0

Tints of Mauve #DFB4F0

Color information

#DFB4F0 (or 0xDFB4F0) is unknown color: approx Mauve. HEX triplet: DF, B4 and F0. RGB value is (223,180,240). Sum of RGB (Red+Green+Blue) = 223+180+240=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 180 (70.70% from 255 or 27.99% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFB4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB4F0 is #204B0F. Grayscale: #C7C7C7. Windows color (decimal): -2116368 or 15774943. OLE color: 15774943.

HSL color Cylindrical-coordinate representation of color #DFB4F0: hue angle of 283º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFB4F0 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223180240-
CMYK0.070.2500.06
HSL283º66.67%82.35%-
HSV(B)283º25%94.12%-
XYZ62.4854.6289.69-
YUV199.7150.75144.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 180 (70.70% from 255) = 27.99%
BLUE value IS 240 (94.14% from 255) = 37.33%
R=34.68%
G=27.99%
B=37.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231802400.070.2500.0628366.6782.35
HexDFB4F07190611b4352
Octal33726436073106433103122
Binary11011111101101001111000011111001011010001101110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB4F0; }

 p { color: rgb(223,180,240); }

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

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

 a { background-color: rgb(223,180,240); }

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

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

 span { border-color: rgb(223,180,240); }

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