#DFAEED

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

Shades of Mauve #DFAEED

Tints of Mauve #DFAEED

Color information

#DFAEED (or 0xDFAEED) is unknown color: approx Mauve. HEX triplet: DF, AE and ED. RGB value is (223,174,237). Sum of RGB (Red+Green+Blue) = 223+174+237=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFAEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAEED is #205112. Grayscale: #C3C3C3. Windows color (decimal): -2117907 or 15576799. OLE color: 15576799.

HSL color Cylindrical-coordinate representation of color #DFAEED: hue angle of 286.67º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFAEED is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223174237-
CMYK0.060.2700.07
HSL286.67º63.64%80.59%-
HSV(B)286.67º26.58%92.94%-
XYZ60.8552.0786.96-
YUV195.83151.23147.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.17%
GREEN value IS 174 (68.36% from 255) = 27.44%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=35.17%
G=27.44%
B=37.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231742370.060.2700.07286.6763.6480.59
HexDFAEED61B0711f4051
Octal33725635563307437100121
Binary11011111101011101110110111011011011110001111110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEED; }

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

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

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

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

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

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

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

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