#DCADEE

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

Shades of Mauve #DCADEE

Tints of Mauve #DCADEE

Color information

#DCADEE (or 0xDCADEE) is unknown color: approx Mauve. HEX triplet: DC, AD and EE. RGB value is (220,173,238). Sum of RGB (Red+Green+Blue) = 220+173+238=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADEE is #235211. Grayscale: #C2C2C2. Windows color (decimal): -2314770 or 15642076. OLE color: 15642076.

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

Color convert

RGB220173238-
CMYK0.080.2700.07
HSL283.38º65.66%80.59%-
HSV(B)283.38º27.31%93.33%-
XYZ59.8951.2887.63-
YUV194.46152.57146.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 173 (67.97% from 255) = 27.42%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=34.87%
G=27.42%
B=37.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201732380.080.2700.07283.3865.6680.59
HexDCADEE81B0711b4251
Octal334255356103307433102121
Binary110111001010110111101110100011011011110001101110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADEE; }

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

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

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

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

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

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

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

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