#DCB5EA

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

Shades of Mauve #DCB5EA

Tints of Mauve #DCB5EA

Color information

#DCB5EA (or 0xDCB5EA) is unknown color: approx Mauve. HEX triplet: DC, B5 and EA. RGB value is (220,181,234). Sum of RGB (Red+Green+Blue) = 220+181+234=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCB5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB5EA is #234A15. Grayscale: #C6C6C6. Windows color (decimal): -2312726 or 15381980. OLE color: 15381980.

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

Color convert

RGB220181234-
CMYK0.060.2300.08
HSL284.15º55.79%81.37%-
HSV(B)284.15º22.65%91.76%-
XYZ60.8954.285.1-
YUV198.7147.92143.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 181 (71.09% from 255) = 28.50%
BLUE value IS 234 (91.80% from 255) = 36.85%
R=34.65%
G=28.50%
B=36.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201812340.060.2300.08284.1555.7981.37
HexDCB5EA6170811c3851
Octal33426535262701043470121
Binary11011100101101011110101011010111010001000111001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5EA; }

 p { color: rgb(220,181,234); }

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

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

 a { background-color: rgb(220,181,234); }

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

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

 span { border-color: rgb(220,181,234); }

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