#DAA5FC

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

Shades of Mauve #DAA5FC

Tints of Mauve #DAA5FC

Color information

#DAA5FC (or 0xDAA5FC) is unknown color: approx Mauve. HEX triplet: DA, A5 and FC. RGB value is (218,165,252). Sum of RGB (Red+Green+Blue) = 218+165+252=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 165 (64.84% from 255 or 25.98% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAA5FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA5FC is #255A03. Grayscale: #BEBEBE. Windows color (decimal): -2447876 or 16557530. OLE color: 16557530.

HSL color Cylindrical-coordinate representation of color #DAA5FC: hue angle of 276.55º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAA5FC is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218165252-
CMYK0.130.3500.01
HSL276.55º93.55%81.76%-
HSV(B)276.55º34.52%98.82%-
XYZ59.9448.8498.36-
YUV190.76162.56147.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 165 (64.84% from 255) = 25.98%
BLUE value IS 252 (98.83% from 255) = 39.69%
R=34.33%
G=25.98%
B=39.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181652520.130.3500.01276.5593.5581.76
HexDAA5FCD23011155e52
Octal332245374154301425136122
Binary11011010101001011111110011011000110110001010110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA5FC; }

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

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

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

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

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

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

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

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