#DAAEE9

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

Shades of Mauve #DAAEE9

Tints of Mauve #DAAEE9

Color information

#DAAEE9 (or 0xDAAEE9) is unknown color: approx Mauve. HEX triplet: DA, AE and E9. RGB value is (218,174,233). Sum of RGB (Red+Green+Blue) = 218+174+233=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAAEE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEE9 is #255116. Grayscale: #C1C1C1. Windows color (decimal): -2445591 or 15314650. OLE color: 15314650.

HSL color Cylindrical-coordinate representation of color #DAAEE9: hue angle of 284.75º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAAEE9 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218174233-
CMYK0.060.2500.09
HSL284.75º57.28%79.8%-
HSV(B)284.75º25.32%91.37%-
XYZ58.7651.0683.85-
YUV193.88150.08145.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.88%
GREEN value IS 174 (68.36% from 255) = 27.84%
BLUE value IS 233 (91.41% from 255) = 37.28%
R=34.88%
G=27.84%
B=37.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181742330.060.2500.09284.7557.2879.8
HexDAAEE96190911d3950
Octal33225635163101143571120
Binary11011010101011101110100111011001010011000111011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEE9; }

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

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

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

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

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

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

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

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