#DAA0FB

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

Shades of Mauve #DAA0FB

Tints of Mauve #DAA0FB

Color information

#DAA0FB (or 0xDAA0FB) is unknown color: approx Mauve. HEX triplet: DA, A0 and FB. RGB value is (218,160,251). Sum of RGB (Red+Green+Blue) = 218+160+251=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 160 (62.89% from 255 or 25.44% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAA0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA0FB is #255F04. Grayscale: #BBBBBB. Windows color (decimal): -2449157 or 16490714. OLE color: 16490714.

HSL color Cylindrical-coordinate representation of color #DAA0FB: hue angle of 278.24º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAA0FB is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218160251-
CMYK0.130.3600.02
HSL278.24º91.92%80.59%-
HSV(B)278.24º36.25%98.43%-
XYZ58.947.0197.24-
YUV187.72163.72149.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 160 (62.89% from 255) = 25.44%
BLUE value IS 251 (98.44% from 255) = 39.90%
R=34.66%
G=25.44%
B=39.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181602510.130.3600.02278.2491.9280.59
HexDAA0FBD24021165c51
Octal332240373154402426134121
Binary110110101010000011111011110110010001010001011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA0FB; }

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

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

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

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

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

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

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

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