#DABCF6

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

Shades of Mauve #DABCF6

Tints of Mauve #DABCF6

Color information

#DABCF6 (or 0xDABCF6) is unknown color: approx Mauve. HEX triplet: DA, BC and F6. RGB value is (218,188,246). Sum of RGB (Red+Green+Blue) = 218+188+246=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 246 - color contains mainly: blue. Hex color #DABCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCF6 is #254309. Grayscale: #CBCBCB. Windows color (decimal): -2441994 or 16170202. OLE color: 16170202.

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

Color convert

RGB218188246-
CMYK0.110.2400.04
HSL271.03º76.32%85.1%-
HSV(B)271.03º23.58%96.47%-
XYZ63.5357.5394.94-
YUV203.58151.94138.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.44%
GREEN value IS 188 (73.83% from 255) = 28.83%
BLUE value IS 246 (96.48% from 255) = 37.73%
R=33.44%
G=28.83%
B=37.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2181882460.110.2400.04271.0376.3285.1
HexDABCF6B180410f4c55
Octal332274366133004417114125
Binary110110101011110011110110101111000010010000111110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCF6; }

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

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

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

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

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

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

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

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