#DFBAEF

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

Shades of Mauve #DFBAEF

Tints of Mauve #DFBAEF

Color information

#DFBAEF (or 0xDFBAEF) is unknown color: approx Mauve. HEX triplet: DF, BA and EF. RGB value is (223,186,239). Sum of RGB (Red+Green+Blue) = 223+186+239=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFBAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAEF is #204510. Grayscale: #CACACA. Windows color (decimal): -2114833 or 15710943. OLE color: 15710943.

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

Color convert

RGB223186239-
CMYK0.070.2200.06
HSL281.89º62.35%83.33%-
HSV(B)281.89º22.18%93.73%-
XYZ63.5757.0489.32-
YUV203.1148.26142.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.41%
GREEN value IS 186 (73.05% from 255) = 28.70%
BLUE value IS 239 (93.75% from 255) = 36.88%
R=34.41%
G=28.70%
B=36.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231862390.070.2200.06281.8962.3583.33
HexDFBAEF7160611a3e53
Octal3372723577260643276123
Binary1101111110111010111011111111011001101000110101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAEF; }

 p { color: rgb(223,186,239); }

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

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

 a { background-color: rgb(223,186,239); }

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

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

 span { border-color: rgb(223,186,239); }

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