#DFAAEE

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

Shades of Mauve #DFAAEE

Tints of Mauve #DFAAEE

Color information

#DFAAEE (or 0xDFAAEE) is unknown color: approx Mauve. HEX triplet: DF, AA and EE. RGB value is (223,170,238). Sum of RGB (Red+Green+Blue) = 223+170+238=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFAAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAEE is #205511. Grayscale: #C1C1C1. Windows color (decimal): -2118930 or 15641311. OLE color: 15641311.

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

Color convert

RGB223170238-
CMYK0.060.2900.07
HSL286.76º66.67%80%-
HSV(B)286.76º28.57%93.33%-
XYZ60.2450.6187.48-
YUV193.6153.06148.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.34%
GREEN value IS 170 (66.80% from 255) = 26.94%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=35.34%
G=26.94%
B=37.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231702380.060.2900.07286.7666.6780
HexDFAAEE61D0711f4350
Octal33725235663507437103120
Binary11011111101010101110111011011101011110001111110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAEE; }

 p { color: rgb(223,170,238); }

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

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

 a { background-color: rgb(223,170,238); }

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

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

 span { border-color: rgb(223,170,238); }

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