#DCB1EF

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

Shades of Mauve #DCB1EF

Tints of Mauve #DCB1EF

Color information

#DCB1EF (or 0xDCB1EF) is unknown color: approx Mauve. HEX triplet: DC, B1 and EF. RGB value is (220,177,239). Sum of RGB (Red+Green+Blue) = 220+177+239=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 177 (69.53% from 255 or 27.83% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCB1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB1EF is #234E10. Grayscale: #C4C4C4. Windows color (decimal): -2313745 or 15708636. OLE color: 15708636.

HSL color Cylindrical-coordinate representation of color #DCB1EF: hue angle of 281.61º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCB1EF is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220177239-
CMYK0.080.2600.06
HSL281.61º65.96%81.57%-
HSV(B)281.61º25.94%93.73%-
XYZ60.8252.8988.67-
YUV196.92151.75144.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 177 (69.53% from 255) = 27.83%
BLUE value IS 239 (93.75% from 255) = 37.58%
R=34.59%
G=27.83%
B=37.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201772390.080.2600.06281.6165.9681.57
HexDCB1EF81A0611a4252
Octal334261357103206432102122
Binary110111001011000111101111100011010011010001101010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB1EF; }

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

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

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

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

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

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

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

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