#DAAFEF

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

Shades of Mauve #DAAFEF

Tints of Mauve #DAAFEF

Color information

#DAAFEF (or 0xDAAFEF) is unknown color: approx Mauve. HEX triplet: DA, AF and EF. RGB value is (218,175,239). Sum of RGB (Red+Green+Blue) = 218+175+239=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAAFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAFEF is #255010. Grayscale: #C2C2C2. Windows color (decimal): -2445329 or 15708122. OLE color: 15708122.

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

Color convert

RGB218175239-
CMYK0.090.2700.06
HSL280.31º66.67%81.18%-
HSV(B)280.31º26.78%93.73%-
XYZ59.8251.888.51-
YUV195.15152.75144.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 175 (68.75% from 255) = 27.69%
BLUE value IS 239 (93.75% from 255) = 37.82%
R=34.49%
G=27.69%
B=37.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181752390.090.2700.06280.3166.6781.18
HexDAAFEF91B061184351
Octal332257357113306430103121
Binary110110101010111111101111100111011011010001100010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFEF; }

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

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

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

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

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

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

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

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