#DCB6F5

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

Shades of Mauve #DCB6F5

Tints of Mauve #DCB6F5

Color information

#DCB6F5 (or 0xDCB6F5) is unknown color: approx Mauve. HEX triplet: DC, B6 and F5. RGB value is (220,182,245). Sum of RGB (Red+Green+Blue) = 220+182+245=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 182 (71.48% from 255 or 28.13% from 647); Blue value is 245 (96.09% from 255 or 37.87% from 647); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCB6F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6F5 is #23490A. Grayscale: #C8C8C8. Windows color (decimal): -2312459 or 16103132. OLE color: 16103132.

HSL color Cylindrical-coordinate representation of color #DCB6F5: hue angle of 276.19º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCB6F5 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220182245-
CMYK0.100.2600.04
HSL276.19º75.9%83.73%-
HSV(B)276.19º25.71%96.08%-
XYZ62.7255.2693.75-
YUV200.54153.09141.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 182 (71.48% from 255) = 28.13%
BLUE value IS 245 (96.09% from 255) = 37.87%
R=34.00%
G=28.13%
B=37.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201822450.100.2600.04276.1975.983.73
HexDCB6F5A1A041144c54
Octal334266365123204424114124
Binary110111001011011011110101101011010010010001010010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6F5; }

 p { color: rgb(220,182,245); }

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

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

 a { background-color: rgb(220,182,245); }

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

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

 span { border-color: rgb(220,182,245); }

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