#DAAFFA

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

Shades of Mauve #DAAFFA

Tints of Mauve #DAAFFA

Color information

#DAAFFA (or 0xDAAFFA) is unknown color: approx Mauve. HEX triplet: DA, AF and FA. RGB value is (218,175,250). Sum of RGB (Red+Green+Blue) = 218+175+250=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAAFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAFFA is #255005. Grayscale: #C4C4C4. Windows color (decimal): -2445318 or 16429018. OLE color: 16429018.

HSL color Cylindrical-coordinate representation of color #DAAFFA: hue angle of 274.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAAFFA is Cyan = 0.13, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218175250-
CMYK0.130.300.02
HSL274.4º88.24%83.33%-
HSV(B)274.4º30%98.04%-
XYZ61.552.4797.33-
YUV196.41158.25143.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.90%
GREEN value IS 175 (68.75% from 255) = 27.22%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=33.90%
G=27.22%
B=38.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181752500.130.300.02274.488.2483.33
HexDAAFFAD1E021125853
Octal332257372153602422130123
Binary11011010101011111111101011011111001010001001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFFA; }

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

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

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

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

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

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

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

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