#DAA0FE

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

Shades of Mauve #DAA0FE

Tints of Mauve #DAA0FE

Color information

#DAA0FE (or 0xDAA0FE) is unknown color: approx Mauve. HEX triplet: DA, A0 and FE. RGB value is (218,160,254). Sum of RGB (Red+Green+Blue) = 218+160+254=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 160 (62.89% from 255 or 25.32% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAA0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA0FE is #255F01. Grayscale: #BBBBBB. Windows color (decimal): -2449154 or 16687322. OLE color: 16687322.

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

Color convert

RGB218160254-
CMYK0.140.3700.00
HSL277.02º97.92%81.18%-
HSV(B)277.02º37.01%99.61%-
XYZ59.3747.299.75-
YUV188.06165.22149.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 160 (62.89% from 255) = 25.32%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=34.49%
G=25.32%
B=40.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2181602540.140.3700.00277.0297.9281.18
HexDAA0FEE25001156251
Octal332240376164500425142121
Binary11011010101000001111111011101001010010001010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA0FE; }

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

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

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

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

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

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

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

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