#DCBAEC

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

Shades of Mauve #DCBAEC

Tints of Mauve #DCBAEC

Color information

#DCBAEC (or 0xDCBAEC) is unknown color: approx Mauve. HEX triplet: DC, BA and EC. RGB value is (220,186,236). Sum of RGB (Red+Green+Blue) = 220+186+236=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCBAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAEC is #234513. Grayscale: #C9C9C9. Windows color (decimal): -2311444 or 15514332. OLE color: 15514332.

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

Color convert

RGB220186236-
CMYK0.070.2100.07
HSL280.8º56.82%82.75%-
HSV(B)280.8º21.19%92.55%-
XYZ62.2156.3986.96-
YUV201.87147.26140.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 186 (73.05% from 255) = 28.97%
BLUE value IS 236 (92.58% from 255) = 36.76%
R=34.27%
G=28.97%
B=36.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201862360.070.2100.07280.856.8282.75
HexDCBAEC715071193953
Octal3342723547250743171123
Binary1101110010111010111011001111010101111000110011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAEC; }

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

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

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

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

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

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

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

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