#DCB1EE

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

Shades of Mauve #DCB1EE

Tints of Mauve #DCB1EE

Color information

#DCB1EE (or 0xDCB1EE) is unknown color: approx Mauve. HEX triplet: DC, B1 and EE. RGB value is (220,177,238). Sum of RGB (Red+Green+Blue) = 220+177+238=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCB1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB1EE is #234E11. Grayscale: #C4C4C4. Windows color (decimal): -2313746 or 15643100. OLE color: 15643100.

HSL color Cylindrical-coordinate representation of color #DCB1EE: hue angle of 282.3º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCB1EE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220177238-
CMYK0.080.2600.07
HSL282.3º64.21%81.37%-
HSV(B)282.3º25.63%93.33%-
XYZ60.6752.8387.89-
YUV196.81151.25144.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 177 (69.53% from 255) = 27.87%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=34.65%
G=27.87%
B=37.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201772380.080.2600.07282.364.2181.37
HexDCB1EE81A0711a4051
Octal334261356103207432100121
Binary110111001011000111101110100011010011110001101010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB1EE; }

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

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

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

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

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

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

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

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