#dfb6f5

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

Shades of Mauve #DFB6F5

Tints of Mauve #DFB6F5

Color information

#DFB6F5 (or 0xDFB6F5) is unknown color: approx Mauve. HEX triplet: DF, B6 and F5. RGB value is (223,182,245). Sum of RGB (Red+Green+Blue) = 223+182+245=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 182 (71.48% from 255 or 28% from 650); Blue value is 245 (96.09% from 255 or 37.69% from 650); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFB6F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB6F5 is #20490A. Grayscale: #C9C9C9. Windows color (decimal): -2115851 or 16103135. OLE color: 16103135.

HSL color Cylindrical-coordinate representation of color #DFB6F5: hue angle of 279.05º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFB6F5 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223182245-
CMYK0.090.2600.04
HSL279.05º75.9%83.73%-
HSV(B)279.05º25.71%96.08%-
XYZ63.6455.7493.79-
YUV201.44152.58143.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.31%
GREEN value IS 182 (71.48% from 255) = 28%
BLUE value IS 245 (96.09% from 255) = 37.69%
R=34.31%
G=28%
B=37.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2231822450.090.2600.04279.0575.983.73
HexDFB6F591A041174c54
Octal337266365113204427114124
Binary110111111011011011110101100111010010010001011110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfb6f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfb6f5; }

 p { color: rgb(223,182,245); }

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

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

 a { background-color: rgb(223,182,245); }

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

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

 span { border-color: rgb(223,182,245); }

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