#DFB0F3

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

Shades of Mauve #DFB0F3

Tints of Mauve #DFB0F3

Color information

#DFB0F3 (or 0xDFB0F3) is unknown color: approx Mauve. HEX triplet: DF, B0 and F3. RGB value is (223,176,243). Sum of RGB (Red+Green+Blue) = 223+176+243=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 176 (69.14% from 255 or 27.41% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFB0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB0F3 is #204F0C. Grayscale: #C5C5C5. Windows color (decimal): -2117389 or 15970527. OLE color: 15970527.

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

Color convert

RGB223176243-
CMYK0.080.2800.05
HSL282.09º73.63%82.16%-
HSV(B)282.09º27.57%95.29%-
XYZ62.1353.2191.79-
YUV197.69153.57146.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 176 (69.14% from 255) = 27.41%
BLUE value IS 243 (95.31% from 255) = 37.85%
R=34.74%
G=27.41%
B=37.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231762430.080.2800.05282.0973.6382.16
HexDFB0F381C0511a4a52
Octal337260363103405432112122
Binary110111111011000011110011100011100010110001101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB0F3; }

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

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

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

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

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

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

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

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