#DCADF4

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

Shades of Mauve #DCADF4

Tints of Mauve #DCADF4

Color information

#DCADF4 (or 0xDCADF4) is unknown color: approx Mauve. HEX triplet: DC, AD and F4. RGB value is (220,173,244). Sum of RGB (Red+Green+Blue) = 220+173+244=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 244 (95.70% from 255 or 38.30% from 637); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCADF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADF4 is #23520B. Grayscale: #C2C2C2. Windows color (decimal): -2314764 or 16035292. OLE color: 16035292.

HSL color Cylindrical-coordinate representation of color #DCADF4: hue angle of 279.72º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCADF4 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220173244-
CMYK0.100.2900.04
HSL279.72º76.34%81.76%-
HSV(B)279.72º29.1%95.69%-
XYZ60.7951.6392.35-
YUV195.15155.57145.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 173 (67.97% from 255) = 27.16%
BLUE value IS 244 (95.70% from 255) = 38.30%
R=34.54%
G=27.16%
B=38.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201732440.100.2900.04279.7276.3481.76
HexDCADF4A1D041184c52
Octal334255364123504430114122
Binary110111001010110111110100101011101010010001100010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADF4; }

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

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

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

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

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

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

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

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