#DFB0F9

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

Shades of Mauve #DFB0F9

Tints of Mauve #DFB0F9

Color information

#DFB0F9 (or 0xDFB0F9) is unknown color: approx Mauve. HEX triplet: DF, B0 and F9. RGB value is (223,176,249). Sum of RGB (Red+Green+Blue) = 223+176+249=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 176 (69.14% from 255 or 27.16% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFB0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB0F9 is #204F06. Grayscale: #C6C6C6. Windows color (decimal): -2117383 or 16363743. OLE color: 16363743.

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

Color convert

RGB223176249-
CMYK0.100.2900.02
HSL278.63º85.88%83.33%-
HSV(B)278.63º29.32%97.65%-
XYZ63.0653.5896.64-
YUV198.37156.57145.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.41%
GREEN value IS 176 (69.14% from 255) = 27.16%
BLUE value IS 249 (97.66% from 255) = 38.43%
R=34.41%
G=27.16%
B=38.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231762490.100.2900.02278.6385.8883.33
HexDFB0F9A1D021175653
Octal337260371123502427126123
Binary11011111101100001111100110101110101010001011110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB0F9; }

 p { color: rgb(223,176,249); }

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

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

 a { background-color: rgb(223,176,249); }

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

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

 span { border-color: rgb(223,176,249); }

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