#DAADF1

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

Shades of Mauve #DAADF1

Tints of Mauve #DAADF1

Color information

#DAADF1 (or 0xDAADF1) is unknown color: approx Mauve. HEX triplet: DA, AD and F1. RGB value is (218,173,241). Sum of RGB (Red+Green+Blue) = 218+173+241=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAADF1 is #25520E. Grayscale: #C1C1C1. Windows color (decimal): -2445839 or 15838682. OLE color: 15838682.

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

Color convert

RGB218173241-
CMYK0.100.2800.05
HSL279.71º70.83%81.18%-
HSV(B)279.71º28.22%94.51%-
XYZ59.7351.1489.94-
YUV194.21154.41144.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 173 (67.97% from 255) = 27.37%
BLUE value IS 241 (94.53% from 255) = 38.13%
R=34.49%
G=27.37%
B=38.13%

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
Decimal2181732410.100.2800.05279.7170.8381.18
HexDAADF1A1C051184751
Octal332255361123405430107121
Binary110110101010110111110001101011100010110001100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAADF1; }

 p { color: rgb(218,173,241); }

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

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

 a { background-color: rgb(218,173,241); }

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

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

 span { border-color: rgb(218,173,241); }

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