#DCBAF6

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

Shades of Mauve #DCBAF6

Tints of Mauve #DCBAF6

Color information

#DCBAF6 (or 0xDCBAF6) is unknown color: approx Mauve. HEX triplet: DC, BA and F6. RGB value is (220,186,246). Sum of RGB (Red+Green+Blue) = 220+186+246=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCBAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAF6 is #234509. Grayscale: #CACACA. Windows color (decimal): -2311434 or 16169692. OLE color: 16169692.

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

Color convert

RGB220186246-
CMYK0.110.2400.04
HSL274º76.92%84.71%-
HSV(B)274º24.39%96.47%-
XYZ63.7156.9994.83-
YUV203.01152.26140.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.74%
GREEN value IS 186 (73.05% from 255) = 28.53%
BLUE value IS 246 (96.48% from 255) = 37.73%
R=33.74%
G=28.53%
B=37.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201862460.110.2400.0427476.9284.71
HexDCBAF6B18041124d55
Octal334272366133004422115125
Binary110111001011101011110110101111000010010001001010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAF6; }

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

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

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

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

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

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

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

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