#DCB1EA

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

Shades of Mauve #DCB1EA

Tints of Mauve #DCB1EA

Color information

#DCB1EA (or 0xDCB1EA) is unknown color: approx Mauve. HEX triplet: DC, B1 and EA. RGB value is (220,177,234). Sum of RGB (Red+Green+Blue) = 220+177+234=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 177 (69.53% from 255 or 28.05% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCB1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB1EA is #234E15. Grayscale: #C4C4C4. Windows color (decimal): -2313750 or 15380956. OLE color: 15380956.

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

Color convert

RGB220177234-
CMYK0.060.2400.08
HSL285.26º57.58%80.59%-
HSV(B)285.26º24.36%91.76%-
XYZ60.0952.684.83-
YUV196.36149.25144.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 177 (69.53% from 255) = 28.05%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=34.87%
G=28.05%
B=37.08%

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
Decimal2201772340.060.2400.08285.2657.5880.59
HexDCB1EA6180811d3a51
Octal33426135263001043572121
Binary11011100101100011110101011011000010001000111011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB1EA; }

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

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

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

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

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

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

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

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