#DAA5FE

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

Shades of Mauve #DAA5FE

Tints of Mauve #DAA5FE

Color information

#DAA5FE (or 0xDAA5FE) is unknown color: approx Mauve. HEX triplet: DA, A5 and FE. RGB value is (218,165,254). Sum of RGB (Red+Green+Blue) = 218+165+254=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 165 (64.84% from 255 or 25.90% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAA5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA5FE is #255A01. Grayscale: #BEBEBE. Windows color (decimal): -2447874 or 16688602. OLE color: 16688602.

HSL color Cylindrical-coordinate representation of color #DAA5FE: hue angle of 275.73º 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 #DAA5FE is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218165254-
CMYK0.140.3500.00
HSL275.73º97.8%82.16%-
HSV(B)275.73º35.04%99.61%-
XYZ60.2648.97100.04-
YUV190.99163.56147.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 165 (64.84% from 255) = 25.90%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=34.22%
G=25.90%
B=39.87%

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
Decimal2181652540.140.3500.00275.7397.882.16
HexDAA5FEE23001146252
Octal332245376164300424142122
Binary11011010101001011111111011101000110010001010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA5FE; }

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

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

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

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

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

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

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

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