#DFBFFF

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

Shades of Mauve #DFBFFF

Tints of Mauve #DFBFFF

Color information

#DFBFFF (or 0xDFBFFF) is unknown color: approx Mauve. HEX triplet: DF, BF and FF. RGB value is (223,191,255). Sum of RGB (Red+Green+Blue) = 223+191+255=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFBFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFFF is #204000. Grayscale: #CFCFCF. Windows color (decimal): -2113537 or 16760799. OLE color: 16760799.

HSL color Cylindrical-coordinate representation of color #DFBFFF: hue angle of 270º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFBFFF is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB223191255-
CMYK0.130.2500
HSL270º100%87.45%-
HSV(B)270º25.1%100%-
XYZ67.1160.17102.68-
YUV207.86154.6138.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.33%
GREEN value IS 191 (75% from 255) = 28.55%
BLUE value IS 255 (100% from 255) = 38.12%
R=33.33%
G=28.55%
B=38.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231912550.130.250027010087.45
HexDFBFFFD190010e6457
Octal337277377153100416144127
Binary1101111110111111111111111101110010010000111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFFF; }

 p { color: rgb(223,191,255); }

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

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

 a { background-color: rgb(223,191,255); }

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

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

 span { border-color: rgb(223,191,255); }

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