#DCAEF1

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

Shades of Mauve #DCAEF1

Tints of Mauve #DCAEF1

Color information

#DCAEF1 (or 0xDCAEF1) is unknown color: approx Mauve. HEX triplet: DC, AE and F1. RGB value is (220,174,241). Sum of RGB (Red+Green+Blue) = 220+174+241=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCAEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEF1 is #23510E. Grayscale: #C3C3C3. Windows color (decimal): -2314511 or 15838940. OLE color: 15838940.

HSL color Cylindrical-coordinate representation of color #DCAEF1: hue angle of 281.19º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCAEF1 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220174241-
CMYK0.090.2800.05
HSL281.19º70.53%81.37%-
HSV(B)281.19º27.8%94.51%-
XYZ60.5351.8490.03-
YUV195.39153.74145.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 174 (68.36% from 255) = 27.40%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=34.65%
G=27.40%
B=37.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201742410.090.2800.05281.1970.5381.37
HexDCAEF191C051194751
Octal334256361113405431107121
Binary110111001010111011110001100111100010110001100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEF1; }

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

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

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

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

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

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

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

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