#DCB3F8

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

Shades of Mauve #DCB3F8

Tints of Mauve #DCB3F8

Color information

#DCB3F8 (or 0xDCB3F8) is unknown color: approx Mauve. HEX triplet: DC, B3 and F8. RGB value is (220,179,248). Sum of RGB (Red+Green+Blue) = 220+179+248=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 179 (70.31% from 255 or 27.67% from 647); Blue value is 248 (97.27% from 255 or 38.33% from 647); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCB3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB3F8 is #234C07. Grayscale: #C6C6C6. Windows color (decimal): -2313224 or 16298972. OLE color: 16298972.

HSL color Cylindrical-coordinate representation of color #DCB3F8: hue angle of 275.65º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCB3F8 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220179248-
CMYK0.110.2800.03
HSL275.65º83.13%83.73%-
HSV(B)275.65º27.82%97.25%-
XYZ62.5854.2395.98-
YUV199.12155.58142.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 179 (70.31% from 255) = 27.67%
BLUE value IS 248 (97.27% from 255) = 38.33%
R=34.00%
G=27.67%
B=38.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2201792480.110.2800.03275.6583.1383.73
HexDCB3F8B1C031145354
Octal334263370133403424123124
Binary11011100101100111111100010111110001110001010010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3F8; }

 p { color: rgb(220,179,248); }

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

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

 a { background-color: rgb(220,179,248); }

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

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

 span { border-color: rgb(220,179,248); }

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