#DCAEEC

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

Shades of Mauve #DCAEEC

Tints of Mauve #DCAEEC

Color information

#DCAEEC (or 0xDCAEEC) is unknown color: approx Mauve. HEX triplet: DC, AE and EC. RGB value is (220,174,236). Sum of RGB (Red+Green+Blue) = 220+174+236=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEEC is #235113. Grayscale: #C2C2C2. Windows color (decimal): -2314516 or 15511260. OLE color: 15511260.

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

Color convert

RGB220174236-
CMYK0.070.2600.07
HSL284.52º62%80.39%-
HSV(B)284.52º26.27%92.55%-
XYZ59.7951.5486.15-
YUV194.82151.24145.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.92%
GREEN value IS 174 (68.36% from 255) = 27.62%
BLUE value IS 236 (92.58% from 255) = 37.46%
R=34.92%
G=27.62%
B=37.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201742360.070.2600.07284.526280.39
HexDCAEEC71A0711d3e50
Octal3342563547320743576120
Binary1101110010101110111011001111101001111000111011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEEC; }

 p { color: rgb(220,174,236); }

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

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

 a { background-color: rgb(220,174,236); }

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

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

 span { border-color: rgb(220,174,236); }

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