#DAAAFD

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

Shades of Mauve #DAAAFD

Tints of Mauve #DAAAFD

Color information

#DAAAFD (or 0xDAAAFD) is unknown color: approx Mauve. HEX triplet: DA, AA and FD. RGB value is (218,170,253). Sum of RGB (Red+Green+Blue) = 218+170+253=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAAAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAFD is #255502. Grayscale: #C1C1C1. Windows color (decimal): -2446595 or 16624346. OLE color: 16624346.

HSL color Cylindrical-coordinate representation of color #DAAAFD: hue angle of 274.7º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAAAFD is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218170253-
CMYK0.140.3300.01
HSL274.7º95.4%82.94%-
HSV(B)274.7º32.81%99.22%-
XYZ61.0250.7599.51-
YUV193.81161.4145.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.01%
GREEN value IS 170 (66.80% from 255) = 26.52%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=34.01%
G=26.52%
B=39.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181702530.140.3300.01274.795.482.94
HexDAAAFDE21011135f53
Octal332252375164101423137123
Binary11011010101010101111110111101000010110001001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAAFD; }

 p { color: rgb(218,170,253); }

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

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

 a { background-color: rgb(218,170,253); }

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

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

 span { border-color: rgb(218,170,253); }

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