#DAB6FF

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

Shades of Mauve #DAB6FF

Tints of Mauve #DAB6FF

Color information

#DAB6FF (or 0xDAB6FF) is unknown color: approx Mauve. HEX triplet: DA, B6 and FF. RGB value is (218,182,255). Sum of RGB (Red+Green+Blue) = 218+182+255=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 182 (71.48% from 255 or 27.79% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB6FF is #254900. Grayscale: #C8C8C8. Windows color (decimal): -2443521 or 16758490. OLE color: 16758490.

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

Color convert

RGB218182255-
CMYK0.150.2900
HSL269.59º100%85.69%-
HSV(B)269.59º28.63%100%-
XYZ63.6955.58101.98-
YUV201.09158.43140.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 182 (71.48% from 255) = 27.79%
BLUE value IS 255 (100% from 255) = 38.93%
R=33.28%
G=27.79%
B=38.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181822550.150.2900269.5910085.69
HexDAB6FFF1D0010e6456
Octal332266377173500416144126
Binary1101101010110110111111111111111010010000111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB6FF; }

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

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

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

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

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

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

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

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