#DFB3F2

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

Shades of Mauve #DFB3F2

Tints of Mauve #DFB3F2

Color information

#DFB3F2 (or 0xDFB3F2) is unknown color: approx Mauve. HEX triplet: DF, B3 and F2. RGB value is (223,179,242). Sum of RGB (Red+Green+Blue) = 223+179+242=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 179 (70.31% from 255 or 27.80% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFB3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB3F2 is #204C0D. Grayscale: #C7C7C7. Windows color (decimal): -2116622 or 15905759. OLE color: 15905759.

HSL color Cylindrical-coordinate representation of color #DFB3F2: hue angle of 281.9º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFB3F2 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223179242-
CMYK0.080.2600.05
HSL281.9º70.79%82.55%-
HSV(B)281.9º26.03%94.9%-
XYZ62.5854.3491.19-
YUV199.34152.08144.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.63%
GREEN value IS 179 (70.31% from 255) = 27.80%
BLUE value IS 242 (94.92% from 255) = 37.58%
R=34.63%
G=27.80%
B=37.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231792420.080.2600.05281.970.7982.55
HexDFB3F281A0511a4753
Octal337263362103205432107123
Binary110111111011001111110010100011010010110001101010001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB3F2; }

 p { color: rgb(223,179,242); }

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

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

 a { background-color: rgb(223,179,242); }

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

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

 span { border-color: rgb(223,179,242); }

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