#DAB9F6

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

Shades of Mauve #DAB9F6

Tints of Mauve #DAB9F6

Color information

#DAB9F6 (or 0xDAB9F6) is unknown color: approx Mauve. HEX triplet: DA, B9 and F6. RGB value is (218,185,246). Sum of RGB (Red+Green+Blue) = 218+185+246=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 185 (72.66% from 255 or 28.51% from 649); Blue value is 246 (96.48% from 255 or 37.90% from 649); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAB9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB9F6 is #254609. Grayscale: #C9C9C9. Windows color (decimal): -2442762 or 16169434. OLE color: 16169434.

HSL color Cylindrical-coordinate representation of color #DAB9F6: hue angle of 272.46º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAB9F6 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218185246-
CMYK0.110.2500.04
HSL272.46º77.22%84.51%-
HSV(B)272.46º24.8%96.47%-
XYZ62.956.2694.73-
YUV201.82152.93139.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 185 (72.66% from 255) = 28.51%
BLUE value IS 246 (96.48% from 255) = 37.90%
R=33.59%
G=28.51%
B=37.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2181852460.110.2500.04272.4677.2284.51
HexDAB9F6B19041104d55
Octal332271366133104420115125
Binary110110101011100111110110101111001010010001000010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9F6; }

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

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

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

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

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

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

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

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