#DAB9FF

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

Shades of Mauve #DAB9FF

Tints of Mauve #DAB9FF

Color information

#DAB9FF (or 0xDAB9FF) is unknown color: approx Mauve. HEX triplet: DA, B9 and FF. RGB value is (218,185,255). Sum of RGB (Red+Green+Blue) = 218+185+255=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 185 (72.66% from 255 or 28.12% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB9FF is #254600. Grayscale: #CACACA. Windows color (decimal): -2442753 or 16759258. OLE color: 16759258.

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

Color convert

RGB218185255-
CMYK0.150.2700
HSL268.29º100%86.27%-
HSV(B)268.29º27.45%100%-
XYZ64.3156.82102.19-
YUV202.85157.43138.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.13%
GREEN value IS 185 (72.66% from 255) = 28.12%
BLUE value IS 255 (100% from 255) = 38.75%
R=33.13%
G=28.12%
B=38.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181852550.150.2700268.2910086.27
HexDAB9FFF1B0010c6456
Octal332271377173300414144126
Binary1101101010111001111111111111110110010000110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9FF; }

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

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

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

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

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

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

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

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