#DFB6EE

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

Shades of Mauve #DFB6EE

Tints of Mauve #DFB6EE

Color information

#DFB6EE (or 0xDFB6EE) is unknown color: approx Mauve. HEX triplet: DF, B6 and EE. RGB value is (223,182,238). Sum of RGB (Red+Green+Blue) = 223+182+238=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 182 (71.48% from 255 or 28.30% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFB6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB6EE is #204911. Grayscale: #C8C8C8. Windows color (decimal): -2115858 or 15644383. OLE color: 15644383.

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

Color convert

RGB223182238-
CMYK0.060.2400.07
HSL283.93º62.22%82.35%-
HSV(B)283.93º23.53%93.33%-
XYZ62.5955.3288.27-
YUV200.64149.08143.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 182 (71.48% from 255) = 28.30%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=34.68%
G=28.30%
B=37.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231822380.060.2400.07283.9362.2282.35
HexDFB6EE6180711c3e52
Octal3372663566300743476122
Binary1101111110110110111011101101100001111000111001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB6EE; }

 p { color: rgb(223,182,238); }

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

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

 a { background-color: rgb(223,182,238); }

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

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

 span { border-color: rgb(223,182,238); }

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