#DFB0F1

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

Shades of Mauve #DFB0F1

Tints of Mauve #DFB0F1

Color information

#DFB0F1 (or 0xDFB0F1) is unknown color: approx Mauve. HEX triplet: DF, B0 and F1. RGB value is (223,176,241). Sum of RGB (Red+Green+Blue) = 223+176+241=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 176 (69.14% from 255 or 27.5% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFB0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB0F1 is #204F0E. Grayscale: #C5C5C5. Windows color (decimal): -2117391 or 15839455. OLE color: 15839455.

HSL color Cylindrical-coordinate representation of color #DFB0F1: hue angle of 283.38º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFB0F1 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223176241-
CMYK0.070.2700.05
HSL283.38º69.89%81.76%-
HSV(B)283.38º26.97%94.51%-
XYZ61.8353.0990.21-
YUV197.46152.57146.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.84%
GREEN value IS 176 (69.14% from 255) = 27.5%
BLUE value IS 241 (94.53% from 255) = 37.66%
R=34.84%
G=27.5%
B=37.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231762410.070.2700.05283.3869.8981.76
HexDFB0F171B0511b4652
Octal33726036173305433106122
Binary11011111101100001111000111111011010110001101110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB0F1; }

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

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

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

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

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

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

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

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