#DAA2FE

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

Shades of Mauve #DAA2FE

Tints of Mauve #DAA2FE

Color information

#DAA2FE (or 0xDAA2FE) is unknown color: approx Mauve. HEX triplet: DA, A2 and FE. RGB value is (218,162,254). Sum of RGB (Red+Green+Blue) = 218+162+254=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 162 (63.67% from 255 or 25.55% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAA2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA2FE is #255D01. Grayscale: #BCBCBC. Windows color (decimal): -2448642 or 16687834. OLE color: 16687834.

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

Color convert

RGB218162254-
CMYK0.140.3600.00
HSL276.52º97.87%81.57%-
HSV(B)276.52º36.22%99.61%-
XYZ59.7247.999.86-
YUV189.23164.55148.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 162 (63.67% from 255) = 25.55%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=34.38%
G=25.55%
B=40.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2181622540.140.3600.00276.5297.8781.57
HexDAA2FEE24001156252
Octal332242376164400425142122
Binary11011010101000101111111011101001000010001010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA2FE; }

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

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

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

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

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

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

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

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