#DFBEFB

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

Shades of Mauve #DFBEFB

Tints of Mauve #DFBEFB

Color information

#DFBEFB (or 0xDFBEFB) is unknown color: approx Mauve. HEX triplet: DF, BE and FB. RGB value is (223,190,251). Sum of RGB (Red+Green+Blue) = 223+190+251=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFBEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBEFB is #204104. Grayscale: #CECECE. Windows color (decimal): -2113797 or 16498399. OLE color: 16498399.

HSL color Cylindrical-coordinate representation of color #DFBEFB: hue angle of 272.46º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFBEFB is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223190251-
CMYK0.110.2400.02
HSL272.46º88.41%86.47%-
HSV(B)272.46º24.3%98.43%-
XYZ66.2659.4899.26-
YUV206.82152.93139.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.58%
GREEN value IS 190 (74.61% from 255) = 28.61%
BLUE value IS 251 (98.44% from 255) = 37.80%
R=33.58%
G=28.61%
B=37.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231902510.110.2400.02272.4688.4186.47
HexDFBEFBB18021105856
Octal337276373133002420130126
Binary11011111101111101111101110111100001010001000010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBEFB; }

 p { color: rgb(223,190,251); }

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

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

 a { background-color: rgb(223,190,251); }

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

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

 span { border-color: rgb(223,190,251); }

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