#DCADF7

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

Shades of Mauve #DCADF7

Tints of Mauve #DCADF7

Color information

#DCADF7 (or 0xDCADF7) is unknown color: approx Mauve. HEX triplet: DC, AD and F7. RGB value is (220,173,247). Sum of RGB (Red+Green+Blue) = 220+173+247=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 247 (96.88% from 255 or 38.59% from 640); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADF7 is #235208. Grayscale: #C3C3C3. Windows color (decimal): -2314761 or 16231900. OLE color: 16231900.

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

Color convert

RGB220173247-
CMYK0.110.3000.03
HSL278.11º82.22%82.35%-
HSV(B)278.11º29.96%96.86%-
XYZ61.2551.8294.77-
YUV195.49157.07145.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 173 (67.97% from 255) = 27.03%
BLUE value IS 247 (96.88% from 255) = 38.59%
R=34.38%
G=27.03%
B=38.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2201732470.110.3000.03278.1182.2282.35
HexDCADF7B1E031165252
Octal334255367133603426122122
Binary11011100101011011111011110111111001110001011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADF7; }

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

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

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

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

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

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

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

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