#DCB3E9

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

Shades of Mauve #DCB3E9

Tints of Mauve #DCB3E9

Color information

#DCB3E9 (or 0xDCB3E9) is unknown color: approx Mauve. HEX triplet: DC, B3 and E9. RGB value is (220,179,233). Sum of RGB (Red+Green+Blue) = 220+179+233=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 179 (70.31% from 255 or 28.32% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCB3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB3E9 is #234C16. Grayscale: #C5C5C5. Windows color (decimal): -2313239 or 15315932. OLE color: 15315932.

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

Color convert

RGB220179233-
CMYK0.060.2300.09
HSL285.56º55.1%80.78%-
HSV(B)285.56º23.18%91.37%-
XYZ60.3453.3484.21-
YUV197.42148.08144.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.81%
GREEN value IS 179 (70.31% from 255) = 28.32%
BLUE value IS 233 (91.41% from 255) = 36.87%
R=34.81%
G=28.32%
B=36.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201792330.060.2300.09285.5655.180.78
HexDCB3E96170911e3751
Octal33426335162701143667121
Binary11011100101100111110100111010111010011000111101101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3E9; }

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

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

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

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

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

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

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

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