#DAAFEA

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

Shades of Mauve #DAAFEA

Tints of Mauve #DAAFEA

Color information

#DAAFEA (or 0xDAAFEA) is unknown color: approx Mauve. HEX triplet: DA, AF and EA. RGB value is (218,175,234). Sum of RGB (Red+Green+Blue) = 218+175+234=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAAFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAFEA is #255015. Grayscale: #C2C2C2. Windows color (decimal): -2445334 or 15380442. OLE color: 15380442.

HSL color Cylindrical-coordinate representation of color #DAAFEA: hue angle of 283.73º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAAFEA is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218175234-
CMYK0.070.2500.08
HSL283.73º58.42%80.2%-
HSV(B)283.73º25.21%91.76%-
XYZ59.0951.5184.67-
YUV194.58150.25144.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.77%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=34.77%
G=27.91%
B=37.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181752340.070.2500.08283.7358.4280.2
HexDAAFEA7190811c3a50
Octal33225735273101043472120
Binary11011010101011111110101011111001010001000111001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFEA; }

 p { color: rgb(218,175,234); }

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

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

 a { background-color: rgb(218,175,234); }

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

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

 span { border-color: rgb(218,175,234); }

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