#DAAFF3

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

Shades of Mauve #DAAFF3

Tints of Mauve #DAAFF3

Color information

#DAAFF3 (or 0xDAAFF3) is unknown color: approx Mauve. HEX triplet: DA, AF and F3. RGB value is (218,175,243). Sum of RGB (Red+Green+Blue) = 218+175+243=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAAFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAFF3 is #25500C. Grayscale: #C3C3C3. Windows color (decimal): -2445325 or 15970266. OLE color: 15970266.

HSL color Cylindrical-coordinate representation of color #DAAFF3: hue angle of 277.94º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAAFF3 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218175243-
CMYK0.100.2800.05
HSL277.94º73.91%81.96%-
HSV(B)277.94º27.98%95.29%-
XYZ60.4252.0491.65-
YUV195.61154.75143.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 175 (68.75% from 255) = 27.52%
BLUE value IS 243 (95.31% from 255) = 38.21%
R=34.28%
G=27.52%
B=38.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181752430.100.2800.05277.9473.9181.96
HexDAAFF3A1C051164a52
Octal332257363123405426112122
Binary110110101010111111110011101011100010110001011010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFF3; }

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

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

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

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

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

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

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

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