#DCAEF5

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

Shades of Mauve #DCAEF5

Tints of Mauve #DCAEF5

Color information

#DCAEF5 (or 0xDCAEF5) is unknown color: approx Mauve. HEX triplet: DC, AE and F5. RGB value is (220,174,245). Sum of RGB (Red+Green+Blue) = 220+174+245=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCAEF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEF5 is #23510A. Grayscale: #C3C3C3. Windows color (decimal): -2314507 or 16101084. OLE color: 16101084.

HSL color Cylindrical-coordinate representation of color #DCAEF5: hue angle of 278.87º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCAEF5 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220174245-
CMYK0.100.2900.04
HSL278.87º78.02%82.16%-
HSV(B)278.87º28.98%96.08%-
XYZ61.1352.0893.22-
YUV195.85155.74145.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 174 (68.36% from 255) = 27.23%
BLUE value IS 245 (96.09% from 255) = 38.34%
R=34.43%
G=27.23%
B=38.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201742450.100.2900.04278.8778.0282.16
HexDCAEF5A1D041174e52
Octal334256365123504427116122
Binary110111001010111011110101101011101010010001011110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEF5; }

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

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

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

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

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

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

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

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