#DCB6FA

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

Shades of Mauve #DCB6FA

Tints of Mauve #DCB6FA

Color information

#DCB6FA (or 0xDCB6FA) is unknown color: approx Mauve. HEX triplet: DC, B6 and FA. RGB value is (220,182,250). Sum of RGB (Red+Green+Blue) = 220+182+250=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 182 (71.48% from 255 or 27.91% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCB6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6FA is #234905. Grayscale: #C8C8C8. Windows color (decimal): -2312454 or 16430812. OLE color: 16430812.

HSL color Cylindrical-coordinate representation of color #DCB6FA: hue angle of 273.53º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCB6FA is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220182250-
CMYK0.120.2700.02
HSL273.53º87.18%84.71%-
HSV(B)273.53º27.2%98.04%-
XYZ63.555.5797.82-
YUV201.11155.59141.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.74%
GREEN value IS 182 (71.48% from 255) = 27.91%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=33.74%
G=27.91%
B=38.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201822500.120.2700.02273.5387.1884.71
HexDCB6FAC1B021125755
Octal334266372143302422127125
Binary11011100101101101111101011001101101010001001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6FA; }

 p { color: rgb(220,182,250); }

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

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

 a { background-color: rgb(220,182,250); }

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

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

 span { border-color: rgb(220,182,250); }

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