#DABCF4

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

Shades of Mauve #DABCF4

Tints of Mauve #DABCF4

Color information

#DABCF4 (or 0xDABCF4) is unknown color: approx Mauve. HEX triplet: DA, BC and F4. RGB value is (218,188,244). Sum of RGB (Red+Green+Blue) = 218+188+244=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 244 (95.70% from 255 or 37.54% from 650); Max value from RGB is 244 - color contains mainly: blue. Hex color #DABCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCF4 is #25430B. Grayscale: #CBCBCB. Windows color (decimal): -2441996 or 16039130. OLE color: 16039130.

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

Color convert

RGB218188244-
CMYK0.110.2300.04
HSL272.14º71.79%84.71%-
HSV(B)272.14º22.95%95.69%-
XYZ63.2357.493.34-
YUV203.35150.94138.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.54%
GREEN value IS 188 (73.83% from 255) = 28.92%
BLUE value IS 244 (95.70% from 255) = 37.54%
R=33.54%
G=28.92%
B=37.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2181882440.110.2300.04272.1471.7984.71
HexDABCF4B17041104855
Octal332274364132704420110125
Binary110110101011110011110100101110111010010001000010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCF4; }

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

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

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

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

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

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

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

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