#DCBAEF

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

Shades of Mauve #DCBAEF

Tints of Mauve #DCBAEF

Color information

#DCBAEF (or 0xDCBAEF) is unknown color: approx Mauve. HEX triplet: DC, BA and EF. RGB value is (220,186,239). Sum of RGB (Red+Green+Blue) = 220+186+239=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCBAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAEF is #234510. Grayscale: #CACACA. Windows color (decimal): -2311441 or 15710940. OLE color: 15710940.

HSL color Cylindrical-coordinate representation of color #DCBAEF: hue angle of 278.49º 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 #DCBAEF is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220186239-
CMYK0.080.2200.06
HSL278.49º62.35%83.33%-
HSV(B)278.49º22.18%93.73%-
XYZ62.6556.5789.28-
YUV202.21148.76140.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.11%
GREEN value IS 186 (73.05% from 255) = 28.84%
BLUE value IS 239 (93.75% from 255) = 37.05%
R=34.11%
G=28.84%
B=37.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201862390.080.2200.06278.4962.3583.33
HexDCBAEF816061163e53
Octal33427235710260642676123
Binary11011100101110101110111110001011001101000101101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAEF; }

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

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

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

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

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

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

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

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