#DCADEA

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

Shades of Mauve #DCADEA

Tints of Mauve #DCADEA

Color information

#DCADEA (or 0xDCADEA) is unknown color: approx Mauve. HEX triplet: DC, AD and EA. RGB value is (220,173,234). Sum of RGB (Red+Green+Blue) = 220+173+234=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADEA is #235215. Grayscale: #C1C1C1. Windows color (decimal): -2314774 or 15379932. OLE color: 15379932.

HSL color Cylindrical-coordinate representation of color #DCADEA: hue angle of 286.23º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCADEA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220173234-
CMYK0.060.2600.08
HSL286.23º59.22%79.8%-
HSV(B)286.23º26.07%91.76%-
XYZ59.3151.0484.57-
YUV194.01150.57146.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 173 (67.97% from 255) = 27.59%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=35.09%
G=27.59%
B=37.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201732340.060.2600.08286.2359.2279.8
HexDCADEA61A0811e3b50
Octal33425535263201043673120
Binary11011100101011011110101011011010010001000111101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADEA; }

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

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

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

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

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

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

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

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