#DCB5E9

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

Shades of Mauve #DCB5E9

Tints of Mauve #DCB5E9

Color information

#DCB5E9 (or 0xDCB5E9) is unknown color: approx Mauve. HEX triplet: DC, B5 and E9. RGB value is (220,181,233). Sum of RGB (Red+Green+Blue) = 220+181+233=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCB5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB5E9 is #234A16. Grayscale: #C6C6C6. Windows color (decimal): -2312727 or 15316444. OLE color: 15316444.

HSL color Cylindrical-coordinate representation of color #DCB5E9: hue angle of 285º 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 #DCB5E9 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220181233-
CMYK0.060.2200.09
HSL285º54.17%81.18%-
HSV(B)285º22.32%91.37%-
XYZ60.7554.1584.34-
YUV198.59147.42143.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 181 (71.09% from 255) = 28.55%
BLUE value IS 233 (91.41% from 255) = 36.75%
R=34.70%
G=28.55%
B=36.75%

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
Decimal2201812330.060.2200.0928554.1781.18
HexDCB5E96160911d3651
Octal33426535162601143566121
Binary11011100101101011110100111010110010011000111011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5E9; }

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

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

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

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

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

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

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

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