#DABDFC

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

Shades of Mauve #DABDFC

Tints of Mauve #DABDFC

Color information

#DABDFC (or 0xDABDFC) is unknown color: approx Mauve. HEX triplet: DA, BD and FC. RGB value is (218,189,252). Sum of RGB (Red+Green+Blue) = 218+189+252=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #DABDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDFC is #254203. Grayscale: #CCCCCC. Windows color (decimal): -2441732 or 16563674. OLE color: 16563674.

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

Color convert

RGB218189252-
CMYK0.130.2500.01
HSL267.62º91.3%86.47%-
HSV(B)267.62º25%98.82%-
XYZ64.6858.3399.94-
YUV204.85154.61137.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.08%
GREEN value IS 189 (74.22% from 255) = 28.68%
BLUE value IS 252 (98.83% from 255) = 38.24%
R=33.08%
G=28.68%
B=38.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181892520.130.2500.01267.6291.386.47
HexDABDFCD190110c5b56
Octal332275374153101414133126
Binary1101101010111101111111001101110010110000110010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDFC; }

 p { color: rgb(218,189,252); }

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

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

 a { background-color: rgb(218,189,252); }

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

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

 span { border-color: rgb(218,189,252); }

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