#DCAEF7

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

Shades of Mauve #DCAEF7

Tints of Mauve #DCAEF7

Color information

#DCAEF7 (or 0xDCAEF7) is unknown color: approx Mauve. HEX triplet: DC, AE and F7. RGB value is (220,174,247). Sum of RGB (Red+Green+Blue) = 220+174+247=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCAEF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEF7 is #235108. Grayscale: #C3C3C3. Windows color (decimal): -2314505 or 16232156. OLE color: 16232156.

HSL color Cylindrical-coordinate representation of color #DCAEF7: hue angle of 277.81º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCAEF7 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220174247-
CMYK0.110.3000.03
HSL277.81º82.02%82.55%-
HSV(B)277.81º29.55%96.86%-
XYZ61.4452.294.83-
YUV196.08156.74145.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 174 (68.36% from 255) = 27.15%
BLUE value IS 247 (96.88% from 255) = 38.53%
R=34.32%
G=27.15%
B=38.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2201742470.110.3000.03277.8182.0282.55
HexDCAEF7B1E031165253
Octal334256367133603426122123
Binary11011100101011101111011110111111001110001011010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEF7; }

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

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

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

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

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

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

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

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