#DCADF6

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

Shades of Mauve #DCADF6

Tints of Mauve #DCADF6

Color information

#DCADF6 (or 0xDCADF6) is unknown color: approx Mauve. HEX triplet: DC, AD and F6. RGB value is (220,173,246). Sum of RGB (Red+Green+Blue) = 220+173+246=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADF6 is #235209. Grayscale: #C3C3C3. Windows color (decimal): -2314762 or 16166364. OLE color: 16166364.

HSL color Cylindrical-coordinate representation of color #DCADF6: hue angle of 278.63º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCADF6 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220173246-
CMYK0.110.3000.04
HSL278.63º80.22%82.16%-
HSV(B)278.63º29.67%96.47%-
XYZ61.0951.7693.96-
YUV195.38156.57145.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 173 (67.97% from 255) = 27.07%
BLUE value IS 246 (96.48% from 255) = 38.50%
R=34.43%
G=27.07%
B=38.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201732460.110.3000.04278.6380.2282.16
HexDCADF6B1E041175052
Octal334255366133604427120122
Binary110111001010110111110110101111110010010001011110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADF6; }

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

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

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

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

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

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

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

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