#DAA4FE

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

Shades of Mauve #DAA4FE

Tints of Mauve #DAA4FE

Color information

#DAA4FE (or 0xDAA4FE) is unknown color: approx Mauve. HEX triplet: DA, A4 and FE. RGB value is (218,164,254). Sum of RGB (Red+Green+Blue) = 218+164+254=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 164 (64.45% from 255 or 25.79% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAA4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA4FE is #255B01. Grayscale: #BEBEBE. Windows color (decimal): -2448130 or 16688346. OLE color: 16688346.

HSL color Cylindrical-coordinate representation of color #DAA4FE: hue angle of 276º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAA4FE is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218164254-
CMYK0.140.3500.00
HSL276º97.83%81.96%-
HSV(B)276º35.43%99.61%-
XYZ60.0848.6199.98-
YUV190.41163.89147.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 164 (64.45% from 255) = 25.79%
BLUE value IS 254 (99.61% from 255) = 39.94%
R=34.28%
G=25.79%
B=39.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2181642540.140.3500.0027697.8381.96
HexDAA4FEE23001146252
Octal332244376164300424142122
Binary11011010101001001111111011101000110010001010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA4FE; }

 p { color: rgb(218,164,254); }

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

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

 a { background-color: rgb(218,164,254); }

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

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

 span { border-color: rgb(218,164,254); }

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