#DFBCEC

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

Shades of Mauve #DFBCEC

Tints of Mauve #DFBCEC

Color information

#DFBCEC (or 0xDFBCEC) is unknown color: approx Mauve. HEX triplet: DF, BC and EC. RGB value is (223,188,236). Sum of RGB (Red+Green+Blue) = 223+188+236=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFBCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCEC is #204313. Grayscale: #CBCBCB. Windows color (decimal): -2114324 or 15514847. OLE color: 15514847.

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

Color convert

RGB223188236-
CMYK0.060.2000.07
HSL283.75º55.81%83.14%-
HSV(B)283.75º20.34%92.55%-
XYZ63.5557.7187.15-
YUV203.94146.1141.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.47%
GREEN value IS 188 (73.83% from 255) = 29.06%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=34.47%
G=29.06%
B=36.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231882360.060.2000.07283.7555.8183.14
HexDFBCEC6140711c3853
Octal3372743546240743470123
Binary1101111110111100111011001101010001111000111001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCEC; }

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

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

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

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

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

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

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

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