#DCB2EF

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

Shades of Mauve #DCB2EF

Tints of Mauve #DCB2EF

Color information

#DCB2EF (or 0xDCB2EF) is unknown color: approx Mauve. HEX triplet: DC, B2 and EF. RGB value is (220,178,239). Sum of RGB (Red+Green+Blue) = 220+178+239=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB2EF is #234D10. Grayscale: #C5C5C5. Windows color (decimal): -2313489 or 15708892. OLE color: 15708892.

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

Color convert

RGB220178239-
CMYK0.080.2600.06
HSL281.31º65.59%81.76%-
HSV(B)281.31º25.52%93.73%-
XYZ61.0253.2988.73-
YUV197.51151.41144.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 178 (69.92% from 255) = 27.94%
BLUE value IS 239 (93.75% from 255) = 37.52%
R=34.54%
G=27.94%
B=37.52%

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
Decimal2201782390.080.2600.06281.3165.5981.76
HexDCB2EF81A061194252
Octal334262357103206431102122
Binary110111001011001011101111100011010011010001100110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2EF; }

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

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

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

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

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

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

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

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