#dfb2ec

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

Shades of Mauve #DFB2EC

Tints of Mauve #DFB2EC

Color information

#DFB2EC (or 0xDFB2EC) is unknown color: approx Mauve. HEX triplet: DF, B2 and EC. RGB value is (223,178,236). Sum of RGB (Red+Green+Blue) = 223+178+236=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFB2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB2EC is #204D13. Grayscale: #C5C5C5. Windows color (decimal): -2116884 or 15512287. OLE color: 15512287.

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

Color convert

RGB223178236-
CMYK0.060.2500.07
HSL286.55º60.42%81.18%-
HSV(B)286.55º24.58%92.55%-
XYZ61.4953.5886.46-
YUV198.07149.41145.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.01%
GREEN value IS 178 (69.92% from 255) = 27.94%
BLUE value IS 236 (92.58% from 255) = 37.05%
R=35.01%
G=27.94%
B=37.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231782360.060.2500.07286.5560.4281.18
HexDFB2EC6190711f3c51
Octal3372623546310743774121
Binary1101111110110010111011001101100101111000111111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfb2ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfb2ec; }

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

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

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

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

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

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

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

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