#DFAEFD

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

Shades of Mauve #DFAEFD

Tints of Mauve #DFAEFD

Color information

#DFAEFD (or 0xDFAEFD) is unknown color: approx Mauve. HEX triplet: DF, AE and FD. RGB value is (223,174,253). Sum of RGB (Red+Green+Blue) = 223+174+253=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAEFD is #205102. Grayscale: #C5C5C5. Windows color (decimal): -2117891 or 16625375. OLE color: 16625375.

HSL color Cylindrical-coordinate representation of color #DFAEFD: hue angle of 277.22º 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 #DFAEFD is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223174253-
CMYK0.120.3100.01
HSL277.22º95.18%83.73%-
HSV(B)277.22º31.23%99.22%-
XYZ63.353.0599.83-
YUV197.66159.23146.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.31%
GREEN value IS 174 (68.36% from 255) = 26.77%
BLUE value IS 253 (99.22% from 255) = 38.92%
R=34.31%
G=26.77%
B=38.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231742530.120.3100.01277.2295.1883.73
HexDFAEFDC1F011155f54
Octal337256375143701425137124
Binary1101111110101110111111011100111110110001010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEFD; }

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

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

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

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

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

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

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

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