#DAAFF9

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

Shades of Mauve #DAAFF9

Tints of Mauve #DAAFF9

Color information

#DAAFF9 (or 0xDAAFF9) is unknown color: approx Mauve. HEX triplet: DA, AF and F9. RGB value is (218,175,249). Sum of RGB (Red+Green+Blue) = 218+175+249=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 249 (97.66% from 255 or 38.79% from 642); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAAFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAFF9 is #255006. Grayscale: #C4C4C4. Windows color (decimal): -2445319 or 16363482. OLE color: 16363482.

HSL color Cylindrical-coordinate representation of color #DAAFF9: hue angle of 274.86º degrees, saturation: 0.86, 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 #DAAFF9 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218175249-
CMYK0.120.3000.02
HSL274.86º86.05%83.14%-
HSV(B)274.86º29.72%97.65%-
XYZ61.3452.496.5-
YUV196.29157.75143.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.96%
GREEN value IS 175 (68.75% from 255) = 27.26%
BLUE value IS 249 (97.66% from 255) = 38.79%
R=33.96%
G=27.26%
B=38.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181752490.120.3000.02274.8686.0583.14
HexDAAFF9C1E021135653
Octal332257371143602423126123
Binary11011010101011111111100111001111001010001001110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFF9; }

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

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

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

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

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

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

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

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