#DCADFB

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

Shades of Mauve #DCADFB

Tints of Mauve #DCADFB

Color information

#DCADFB (or 0xDCADFB) is unknown color: approx Mauve. HEX triplet: DC, AD and FB. RGB value is (220,173,251). Sum of RGB (Red+Green+Blue) = 220+173+251=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADFB is #235204. Grayscale: #C3C3C3. Windows color (decimal): -2314757 or 16494044. OLE color: 16494044.

HSL color Cylindrical-coordinate representation of color #DCADFB: hue angle of 276.15º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCADFB is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220173251-
CMYK0.120.3100.02
HSL276.15º90.7%83.14%-
HSV(B)276.15º31.08%98.43%-
XYZ61.8752.0798.06-
YUV195.94159.07145.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.16%
GREEN value IS 173 (67.97% from 255) = 26.86%
BLUE value IS 251 (98.44% from 255) = 38.98%
R=34.16%
G=26.86%
B=38.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201732510.120.3100.02276.1590.783.14
HexDCADFBC1F021145b53
Octal334255373143702424133123
Binary11011100101011011111101111001111101010001010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADFB; }

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

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

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

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

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

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

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

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