#DABCFD

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

Shades of Mauve #DABCFD

Tints of Mauve #DABCFD

Color information

#DABCFD (or 0xDABCFD) is unknown color: approx Mauve. HEX triplet: DA, BC and FD. RGB value is (218,188,253). Sum of RGB (Red+Green+Blue) = 218+188+253=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #DABCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCFD is #254302. Grayscale: #CCCCCC. Windows color (decimal): -2441987 or 16628954. OLE color: 16628954.

HSL color Cylindrical-coordinate representation of color #DABCFD: hue angle of 267.69º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DABCFD is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218188253-
CMYK0.140.2600.01
HSL267.69º94.2%86.47%-
HSV(B)267.69º25.69%99.22%-
XYZ64.6357.96100.71-
YUV204.38155.44137.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.08%
GREEN value IS 188 (73.83% from 255) = 28.53%
BLUE value IS 253 (99.22% from 255) = 38.39%
R=33.08%
G=28.53%
B=38.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181882530.140.2600.01267.6994.286.47
HexDABCFDE1A0110c5e56
Octal332274375163201414136126
Binary1101101010111100111111011110110100110000110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCFD; }

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

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

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

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

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

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

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

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