#DCB3EB

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

Shades of Mauve #DCB3EB

Tints of Mauve #DCB3EB

Color information

#DCB3EB (or 0xDCB3EB) is unknown color: approx Mauve. HEX triplet: DC, B3 and EB. RGB value is (220,179,235). Sum of RGB (Red+Green+Blue) = 220+179+235=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 179 (70.31% from 255 or 28.23% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCB3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB3EB is #234C14. Grayscale: #C5C5C5. Windows color (decimal): -2313237 or 15447004. OLE color: 15447004.

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

Color convert

RGB220179235-
CMYK0.060.2400.08
HSL283.93º58.33%81.18%-
HSV(B)283.93º23.83%92.16%-
XYZ60.6353.4585.72-
YUV197.64149.08143.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 179 (70.31% from 255) = 28.23%
BLUE value IS 235 (92.19% from 255) = 37.07%
R=34.70%
G=28.23%
B=37.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201792350.060.2400.08283.9358.3381.18
HexDCB3EB6180811c3a51
Octal33426335363001043472121
Binary11011100101100111110101111011000010001000111001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3EB; }

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

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

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

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

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

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

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

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