#DCB9EC

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

Shades of Mauve #DCB9EC

Tints of Mauve #DCB9EC

Color information

#DCB9EC (or 0xDCB9EC) is unknown color: approx Mauve. HEX triplet: DC, B9 and EC. RGB value is (220,185,236). Sum of RGB (Red+Green+Blue) = 220+185+236=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCB9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB9EC is #234613. Grayscale: #C9C9C9. Windows color (decimal): -2311700 or 15514076. OLE color: 15514076.

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

Color convert

RGB220185236-
CMYK0.070.2200.07
HSL281.18º57.3%82.55%-
HSV(B)281.18º21.61%92.55%-
XYZ6255.9786.89-
YUV201.28147.6141.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 185 (72.66% from 255) = 28.86%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=34.32%
G=28.86%
B=36.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201852360.070.2200.07281.1857.382.55
HexDCB9EC716071193953
Octal3342713547260743171123
Binary1101110010111001111011001111011001111000110011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9EC; }

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

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

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

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

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

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

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

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