#DABCF8

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

Shades of Mauve #DABCF8

Tints of Mauve #DABCF8

Color information

#DABCF8 (or 0xDABCF8) is unknown color: approx Mauve. HEX triplet: DA, BC and F8. RGB value is (218,188,248). Sum of RGB (Red+Green+Blue) = 218+188+248=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 248 (97.27% from 255 or 37.92% from 654); Max value from RGB is 248 - color contains mainly: blue. Hex color #DABCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCF8 is #254307. Grayscale: #CBCBCB. Windows color (decimal): -2441992 or 16301274. OLE color: 16301274.

HSL color Cylindrical-coordinate representation of color #DABCF8: hue angle of 270º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DABCF8 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB218188248-
CMYK0.120.2400.03
HSL270º81.08%85.49%-
HSV(B)270º24.19%97.25%-
XYZ63.8457.6596.57-
YUV203.81152.94138.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.33%
GREEN value IS 188 (73.83% from 255) = 28.75%
BLUE value IS 248 (97.27% from 255) = 37.92%
R=33.33%
G=28.75%
B=37.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2181882480.120.2400.0327081.0885.49
HexDABCF8C180310e5155
Octal332274370143003416121125
Binary11011010101111001111100011001100001110000111010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCF8; }

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

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

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

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

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

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

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

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