#DCB2E9

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

Shades of Mauve #DCB2E9

Tints of Mauve #DCB2E9

Color information

#DCB2E9 (or 0xDCB2E9) is unknown color: approx Mauve. HEX triplet: DC, B2 and E9. RGB value is (220,178,233). Sum of RGB (Red+Green+Blue) = 220+178+233=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 178 (69.92% from 255 or 28.21% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCB2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB2E9 is #234D16. Grayscale: #C4C4C4. Windows color (decimal): -2313495 or 15315676. OLE color: 15315676.

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

Color convert

RGB220178233-
CMYK0.060.2400.09
HSL285.82º55.56%80.59%-
HSV(B)285.82º23.61%91.37%-
XYZ60.1452.9484.14-
YUV196.83148.41144.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 178 (69.92% from 255) = 28.21%
BLUE value IS 233 (91.41% from 255) = 36.93%
R=34.87%
G=28.21%
B=36.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201782330.060.2400.09285.8255.5680.59
HexDCB2E96180911e3851
Octal33426235163001143670121
Binary11011100101100101110100111011000010011000111101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2E9; }

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

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

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

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

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

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

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

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