#DCB6E9

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

Shades of Mauve #DCB6E9

Tints of Mauve #DCB6E9

Color information

#DCB6E9 (or 0xDCB6E9) is unknown color: approx Mauve. HEX triplet: DC, B6 and E9. RGB value is (220,182,233). Sum of RGB (Red+Green+Blue) = 220+182+233=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 182 (71.48% from 255 or 28.66% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCB6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6E9 is #234916. Grayscale: #C7C7C7. Windows color (decimal): -2312471 or 15316700. OLE color: 15316700.

HSL color Cylindrical-coordinate representation of color #DCB6E9: hue angle of 284.71º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCB6E9 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220182233-
CMYK0.060.2200.09
HSL284.71º53.68%81.37%-
HSV(B)284.71º21.89%91.37%-
XYZ60.9554.5584.41-
YUV199.18147.09142.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 182 (71.48% from 255) = 28.66%
BLUE value IS 233 (91.41% from 255) = 36.69%
R=34.65%
G=28.66%
B=36.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201822330.060.2200.09284.7153.6881.37
HexDCB6E96160911d3651
Octal33426635162601143566121
Binary11011100101101101110100111010110010011000111011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6E9; }

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

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

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

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

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

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

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

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