#DCADED

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

Shades of Mauve #DCADED

Tints of Mauve #DCADED

Color information

#DCADED (or 0xDCADED) is unknown color: approx Mauve. HEX triplet: DC, AD and ED. RGB value is (220,173,237). Sum of RGB (Red+Green+Blue) = 220+173+237=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADED is #235212. Grayscale: #C2C2C2. Windows color (decimal): -2314771 or 15576540. OLE color: 15576540.

HSL color Cylindrical-coordinate representation of color #DCADED: hue angle of 284.06º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCADED is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220173237-
CMYK0.070.2700.07
HSL284.06º64%80.39%-
HSV(B)284.06º27%92.94%-
XYZ59.7451.2286.86-
YUV194.35152.07146.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.92%
GREEN value IS 173 (67.97% from 255) = 27.46%
BLUE value IS 237 (92.97% from 255) = 37.62%
R=34.92%
G=27.46%
B=37.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201732370.070.2700.07284.066480.39
HexDCADED71B0711c4050
Octal33425535573307434100120
Binary11011100101011011110110111111011011110001110010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADED; }

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

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

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

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

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

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

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

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