#DCBAF2

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

Shades of Mauve #DCBAF2

Tints of Mauve #DCBAF2

Color information

#DCBAF2 (or 0xDCBAF2) is unknown color: approx Mauve. HEX triplet: DC, BA and F2. RGB value is (220,186,242). Sum of RGB (Red+Green+Blue) = 220+186+242=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCBAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAF2 is #23450D. Grayscale: #CACACA. Windows color (decimal): -2311438 or 15907548. OLE color: 15907548.

HSL color Cylindrical-coordinate representation of color #DCBAF2: hue angle of 276.43º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCBAF2 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220186242-
CMYK0.090.2300.05
HSL276.43º68.29%83.92%-
HSV(B)276.43º23.14%94.9%-
XYZ63.156.7491.63-
YUV202.55150.26140.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.95%
GREEN value IS 186 (73.05% from 255) = 28.70%
BLUE value IS 242 (94.92% from 255) = 37.35%
R=33.95%
G=28.70%
B=37.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201862420.090.2300.05276.4368.2983.92
HexDCBAF2917051144454
Octal334272362112705424104124
Binary110111001011101011110010100110111010110001010010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAF2; }

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

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

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

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

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

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

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

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