#DFBFFE

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

Shades of Mauve #DFBFFE

Tints of Mauve #DFBFFE

Color information

#DFBFFE (or 0xDFBFFE) is unknown color: approx Mauve. HEX triplet: DF, BF and FE. RGB value is (223,191,254). Sum of RGB (Red+Green+Blue) = 223+191+254=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFBFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFFE is #204001. Grayscale: #CFCFCF. Windows color (decimal): -2113538 or 16695263. OLE color: 16695263.

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

Color convert

RGB223191254-
CMYK0.120.2500.00
HSL270.48º96.92%87.25%-
HSV(B)270.48º24.8%99.61%-
XYZ66.9560.11101.84-
YUV207.75154.1138.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.38%
GREEN value IS 191 (75% from 255) = 28.59%
BLUE value IS 254 (99.61% from 255) = 38.02%
R=33.38%
G=28.59%
B=38.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2231912540.120.2500.00270.4896.9287.25
HexDFBFFEC190010e6157
Octal337277376143100416141127
Binary1101111110111111111111101100110010010000111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFFE; }

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

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

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

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

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

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

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

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