#DFBBEC

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

Shades of Mauve #DFBBEC

Tints of Mauve #DFBBEC

Color information

#DFBBEC (or 0xDFBBEC) is unknown color: approx Mauve. HEX triplet: DF, BB and EC. RGB value is (223,187,236). Sum of RGB (Red+Green+Blue) = 223+187+236=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFBBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBEC is #204413. Grayscale: #CBCBCB. Windows color (decimal): -2114580 or 15514591. OLE color: 15514591.

HSL color Cylindrical-coordinate representation of color #DFBBEC: hue angle of 284.08º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFBBEC is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223187236-
CMYK0.060.2100.07
HSL284.08º56.32%82.94%-
HSV(B)284.08º20.76%92.55%-
XYZ63.3457.2887.08-
YUV203.35146.43142.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.52%
GREEN value IS 187 (73.44% from 255) = 28.95%
BLUE value IS 236 (92.58% from 255) = 36.53%
R=34.52%
G=28.95%
B=36.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231872360.060.2100.07284.0856.3282.94
HexDFBBEC6150711c3853
Octal3372733546250743470123
Binary1101111110111011111011001101010101111000111001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBEC; }

 p { color: rgb(223,187,236); }

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

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

 a { background-color: rgb(223,187,236); }

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

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

 span { border-color: rgb(223,187,236); }

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