#DAAEED

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

Shades of Mauve #DAAEED

Tints of Mauve #DAAEED

Color information

#DAAEED (or 0xDAAEED) is unknown color: approx Mauve. HEX triplet: DA, AE and ED. RGB value is (218,174,237). Sum of RGB (Red+Green+Blue) = 218+174+237=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAAEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEED is #255112. Grayscale: #C2C2C2. Windows color (decimal): -2445587 or 15576794. OLE color: 15576794.

HSL color Cylindrical-coordinate representation of color #DAAEED: hue angle of 281.9º 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 #DAAEED is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218174237-
CMYK0.080.2700.07
HSL281.9º63.64%80.59%-
HSV(B)281.9º26.58%92.94%-
XYZ59.3451.2986.89-
YUV194.34152.08144.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 174 (68.36% from 255) = 27.66%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=34.66%
G=27.66%
B=37.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181742370.080.2700.07281.963.6480.59
HexDAAEED81B0711a4051
Octal332256355103307432100121
Binary110110101010111011101101100011011011110001101010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEED; }

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

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

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

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

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

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

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

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