#DCB2EC

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

Shades of Mauve #DCB2EC

Tints of Mauve #DCB2EC

Color information

#DCB2EC (or 0xDCB2EC) is unknown color: approx Mauve. HEX triplet: DC, B2 and EC. RGB value is (220,178,236). Sum of RGB (Red+Green+Blue) = 220+178+236=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCB2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB2EC is #234D13. Grayscale: #C4C4C4. Windows color (decimal): -2313492 or 15512284. OLE color: 15512284.

HSL color Cylindrical-coordinate representation of color #DCB2EC: hue angle of 283.45º 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 #DCB2EC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220178236-
CMYK0.070.2500.07
HSL283.45º60.42%81.18%-
HSV(B)283.45º24.58%92.55%-
XYZ60.5853.1186.42-
YUV197.17149.91144.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 178 (69.92% from 255) = 28.08%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=34.70%
G=28.08%
B=37.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201782360.070.2500.07283.4560.4281.18
HexDCB2EC7190711b3c51
Octal3342623547310743374121
Binary1101110010110010111011001111100101111000110111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2EC; }

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

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

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

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

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

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

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

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