#DABCF9

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

Shades of Mauve #DABCF9

Tints of Mauve #DABCF9

Color information

#DABCF9 (or 0xDABCF9) is unknown color: approx Mauve. HEX triplet: DA, BC and F9. RGB value is (218,188,249). Sum of RGB (Red+Green+Blue) = 218+188+249=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 249 (97.66% from 255 or 38.02% from 655); Max value from RGB is 249 - color contains mainly: blue. Hex color #DABCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCF9 is #254306. Grayscale: #CBCBCB. Windows color (decimal): -2441991 or 16366810. OLE color: 16366810.

HSL color Cylindrical-coordinate representation of color #DABCF9: hue angle of 269.51º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DABCF9 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218188249-
CMYK0.120.2400.02
HSL269.51º83.56%85.69%-
HSV(B)269.51º24.5%97.65%-
XYZ6457.7197.39-
YUV203.92153.44138.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 188 (73.83% from 255) = 28.70%
BLUE value IS 249 (97.66% from 255) = 38.02%
R=33.28%
G=28.70%
B=38.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181882490.120.2400.02269.5183.5685.69
HexDABCF9C180210e5456
Octal332274371143002416124126
Binary11011010101111001111100111001100001010000111010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCF9; }

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

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

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

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

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

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

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

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