#DCBAFA

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

Shades of Mauve #DCBAFA

Tints of Mauve #DCBAFA

Color information

#DCBAFA (or 0xDCBAFA) is unknown color: approx Mauve. HEX triplet: DC, BA and FA. RGB value is (220,186,250). Sum of RGB (Red+Green+Blue) = 220+186+250=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCBAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAFA is #234505. Grayscale: #CBCBCB. Windows color (decimal): -2311430 or 16431836. OLE color: 16431836.

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

Color convert

RGB220186250-
CMYK0.120.2600.02
HSL271.88º86.49%85.49%-
HSV(B)271.88º25.6%98.04%-
XYZ64.3357.2498.1-
YUV203.46154.26139.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.54%
GREEN value IS 186 (73.05% from 255) = 28.35%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=33.54%
G=28.35%
B=38.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201862500.120.2600.02271.8886.4985.49
HexDCBAFAC1A021105655
Octal334272372143202420126125
Binary11011100101110101111101011001101001010001000010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAFA; }

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

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

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

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

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

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

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

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