#DCBAF0

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

Shades of Mauve #DCBAF0

Tints of Mauve #DCBAF0

Color information

#DCBAF0 (or 0xDCBAF0) is unknown color: approx Mauve. HEX triplet: DC, BA and F0. RGB value is (220,186,240). Sum of RGB (Red+Green+Blue) = 220+186+240=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCBAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAF0 is #23450F. Grayscale: #CACACA. Windows color (decimal): -2311440 or 15776476. OLE color: 15776476.

HSL color Cylindrical-coordinate representation of color #DCBAF0: hue angle of 277.78º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCBAF0 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220186240-
CMYK0.080.2200.06
HSL277.78º64.29%83.53%-
HSV(B)277.78º22.5%94.12%-
XYZ62.856.6290.06-
YUV202.32149.26140.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.06%
GREEN value IS 186 (73.05% from 255) = 28.79%
BLUE value IS 240 (94.14% from 255) = 37.15%
R=34.06%
G=28.79%
B=37.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201862400.080.2200.06277.7864.2983.53
HexDCBAF0816061164054
Octal334272360102606426100124
Binary110111001011101011110000100010110011010001011010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAF0; }

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

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

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

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

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

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

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

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