#DCAEF8

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

Shades of Mauve #DCAEF8

Tints of Mauve #DCAEF8

Color information

#DCAEF8 (or 0xDCAEF8) is unknown color: approx Mauve. HEX triplet: DC, AE and F8. RGB value is (220,174,248). Sum of RGB (Red+Green+Blue) = 220+174+248=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCAEF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEF8 is #235107. Grayscale: #C3C3C3. Windows color (decimal): -2314504 or 16297692. OLE color: 16297692.

HSL color Cylindrical-coordinate representation of color #DCAEF8: hue angle of 277.3º degrees, saturation: 0.84, 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 #DCAEF8 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220174248-
CMYK0.110.3000.03
HSL277.3º84.09%82.75%-
HSV(B)277.3º29.84%97.25%-
XYZ61.5952.2795.65-
YUV196.19157.24144.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 174 (68.36% from 255) = 27.10%
BLUE value IS 248 (97.27% from 255) = 38.63%
R=34.27%
G=27.10%
B=38.63%

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
Decimal2201742480.110.3000.03277.384.0982.75
HexDCAEF8B1E031155453
Octal334256370133603425124123
Binary11011100101011101111100010111111001110001010110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEF8; }

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

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

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

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

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

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

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

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