#DABCF3

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

Shades of Mauve #DABCF3

Tints of Mauve #DABCF3

Color information

#DABCF3 (or 0xDABCF3) is unknown color: approx Mauve. HEX triplet: DA, BC and F3. RGB value is (218,188,243). Sum of RGB (Red+Green+Blue) = 218+188+243=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 243 (95.31% from 255 or 37.44% from 649); Max value from RGB is 243 - color contains mainly: blue. Hex color #DABCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCF3 is #25430C. Grayscale: #CBCBCB. Windows color (decimal): -2441997 or 15973594. OLE color: 15973594.

HSL color Cylindrical-coordinate representation of color #DABCF3: hue angle of 272.73º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DABCF3 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218188243-
CMYK0.100.2300.05
HSL272.73º69.62%84.51%-
HSV(B)272.73º22.63%95.29%-
XYZ63.0757.3492.54-
YUV203.24150.44138.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 188 (73.83% from 255) = 28.97%
BLUE value IS 243 (95.31% from 255) = 37.44%
R=33.59%
G=28.97%
B=37.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181882430.100.2300.05272.7369.6284.51
HexDABCF3A17051114655
Octal332274363122705421106125
Binary110110101011110011110011101010111010110001000110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCF3; }

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

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

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

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

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

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

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

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