#DCABF0

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

Shades of Mauve #DCABF0

Tints of Mauve #DCABF0

Color information

#DCABF0 (or 0xDCABF0) is unknown color: approx Mauve. HEX triplet: DC, AB and F0. RGB value is (220,171,240). Sum of RGB (Red+Green+Blue) = 220+171+240=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABF0 is #23540F. Grayscale: #C1C1C1. Windows color (decimal): -2315280 or 15772636. OLE color: 15772636.

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

Color convert

RGB220171240-
CMYK0.080.2900.06
HSL282.61º69.7%80.59%-
HSV(B)282.61º28.75%94.12%-
XYZ59.8150.6389.06-
YUV193.52154.23146.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 171 (67.19% from 255) = 27.10%
BLUE value IS 240 (94.14% from 255) = 38.03%
R=34.87%
G=27.10%
B=38.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201712400.080.2900.06282.6169.780.59
HexDCABF081D0611b4651
Octal334253360103506433106121
Binary110111001010101111110000100011101011010001101110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABF0; }

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

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

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

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

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

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

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

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