#DAB5FF

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

Shades of Mauve #DAB5FF

Tints of Mauve #DAB5FF

Color information

#DAB5FF (or 0xDAB5FF) is unknown color: approx Mauve. HEX triplet: DA, B5 and FF. RGB value is (218,181,255). Sum of RGB (Red+Green+Blue) = 218+181+255=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB5FF is #254A00. Grayscale: #C8C8C8. Windows color (decimal): -2443777 or 16758234. OLE color: 16758234.

HSL color Cylindrical-coordinate representation of color #DAB5FF: hue angle of 270º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAB5FF is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB218181255-
CMYK0.150.2900
HSL270º100%85.49%-
HSV(B)270º29.02%100%-
XYZ63.4955.17101.91-
YUV200.5158.76140.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.33%
GREEN value IS 181 (71.09% from 255) = 27.68%
BLUE value IS 255 (100% from 255) = 38.99%
R=33.33%
G=27.68%
B=38.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181812550.150.290027010085.49
HexDAB5FFF1D0010e6455
Octal332265377173500416144125
Binary1101101010110101111111111111111010010000111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB5FF; }

 p { color: rgb(218,181,255); }

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

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

 a { background-color: rgb(218,181,255); }

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

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

 span { border-color: rgb(218,181,255); }

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