#DCBAFB

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

Shades of Mauve #DCBAFB

Tints of Mauve #DCBAFB

Color information

#DCBAFB (or 0xDCBAFB) is unknown color: approx Mauve. HEX triplet: DC, BA and FB. RGB value is (220,186,251). Sum of RGB (Red+Green+Blue) = 220+186+251=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCBAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAFB is #234504. Grayscale: #CBCBCB. Windows color (decimal): -2311429 or 16497372. OLE color: 16497372.

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

Color convert

RGB220186251-
CMYK0.120.2600.02
HSL271.38º89.04%85.69%-
HSV(B)271.38º25.9%98.43%-
XYZ64.4957.398.93-
YUV203.58154.76139.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.49%
GREEN value IS 186 (73.05% from 255) = 28.31%
BLUE value IS 251 (98.44% from 255) = 38.20%
R=33.49%
G=28.31%
B=38.20%

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
Decimal2201862510.120.2600.02271.3889.0485.69
HexDCBAFBC1A0210f5956
Octal334272373143202417131126
Binary11011100101110101111101111001101001010000111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAFB; }

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

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

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

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

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

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

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

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