#DCB7F6

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

Shades of Mauve #DCB7F6

Tints of Mauve #DCB7F6

Color information

#DCB7F6 (or 0xDCB7F6) is unknown color: approx Mauve. HEX triplet: DC, B7 and F6. RGB value is (220,183,246). Sum of RGB (Red+Green+Blue) = 220+183+246=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 183 (71.88% from 255 or 28.20% from 649); Blue value is 246 (96.48% from 255 or 37.90% from 649); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCB7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7F6 is #234809. Grayscale: #C9C9C9. Windows color (decimal): -2312202 or 16168924. OLE color: 16168924.

HSL color Cylindrical-coordinate representation of color #DCB7F6: hue angle of 275.24º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCB7F6 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220183246-
CMYK0.110.2600.04
HSL275.24º77.78%84.12%-
HSV(B)275.24º25.61%96.47%-
XYZ63.0855.7494.62-
YUV201.24153.26141.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.90%
GREEN value IS 183 (71.88% from 255) = 28.20%
BLUE value IS 246 (96.48% from 255) = 37.90%
R=33.90%
G=28.20%
B=37.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201832460.110.2600.04275.2477.7884.12
HexDCB7F6B1A041134e54
Octal334267366133204423116124
Binary110111001011011111110110101111010010010001001110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7F6; }

 p { color: rgb(220,183,246); }

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

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

 a { background-color: rgb(220,183,246); }

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

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

 span { border-color: rgb(220,183,246); }

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