#DCADFF

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

Shades of Mauve #DCADFF

Tints of Mauve #DCADFF

Color information

#DCADFF (or 0xDCADFF) is unknown color: approx Mauve. HEX triplet: DC, AD and FF. RGB value is (220,173,255). Sum of RGB (Red+Green+Blue) = 220+173+255=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADFF is #235200. Grayscale: #C4C4C4. Windows color (decimal): -2314753 or 16756188. OLE color: 16756188.

HSL color Cylindrical-coordinate representation of color #DCADFF: hue angle of 274.39º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCADFF is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220173255-
CMYK0.140.3200
HSL274.39º100%83.92%-
HSV(B)274.39º32.16%100%-
XYZ62.5152.32101.41-
YUV196.4161.07144.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.95%
GREEN value IS 173 (67.97% from 255) = 26.70%
BLUE value IS 255 (100% from 255) = 39.35%
R=33.95%
G=26.70%
B=39.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201732550.140.3200274.3910083.92
HexDCADFFE20001126454
Octal334255377164000422144124
Binary11011100101011011111111111101000000010001001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADFF; }

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

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

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

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

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

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

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

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