#DCAEFD

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

Shades of Mauve #DCAEFD

Tints of Mauve #DCAEFD

Color information

#DCAEFD (or 0xDCAEFD) is unknown color: approx Mauve. HEX triplet: DC, AE and FD. RGB value is (220,174,253). Sum of RGB (Red+Green+Blue) = 220+174+253=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEFD is #235102. Grayscale: #C4C4C4. Windows color (decimal): -2314499 or 16625372. OLE color: 16625372.

HSL color Cylindrical-coordinate representation of color #DCAEFD: hue angle of 274.94º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCAEFD is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220174253-
CMYK0.130.3100.01
HSL274.94º95.18%83.73%-
HSV(B)274.94º31.23%99.22%-
XYZ62.3852.5899.79-
YUV196.76159.74144.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 174 (68.36% from 255) = 26.89%
BLUE value IS 253 (99.22% from 255) = 39.10%
R=34.00%
G=26.89%
B=39.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201742530.130.3100.01274.9495.1883.73
HexDCAEFDD1F011135f54
Octal334256375153701423137124
Binary1101110010101110111111011101111110110001001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEFD; }

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

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

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

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

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

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

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

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