#DABEFB

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

Shades of Mauve #DABEFB

Tints of Mauve #DABEFB

Color information

#DABEFB (or 0xDABEFB) is unknown color: approx Mauve. HEX triplet: DA, BE and FB. RGB value is (218,190,251). Sum of RGB (Red+Green+Blue) = 218+190+251=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 190 (74.61% from 255 or 28.83% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #DABEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEFB is #254104. Grayscale: #CDCDCD. Windows color (decimal): -2441477 or 16498394. OLE color: 16498394.

HSL color Cylindrical-coordinate representation of color #DABEFB: hue angle of 267.54º degrees, saturation: 0.88, 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 #DABEFB is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218190251-
CMYK0.130.2400.02
HSL267.54º88.41%86.47%-
HSV(B)267.54º24.3%98.43%-
XYZ64.7458.799.18-
YUV205.33153.78137.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.08%
GREEN value IS 190 (74.61% from 255) = 28.83%
BLUE value IS 251 (98.44% from 255) = 38.09%
R=33.08%
G=28.83%
B=38.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181902510.130.2400.02267.5488.4186.47
HexDABEFBD180210c5856
Octal332276373153002414130126
Binary11011010101111101111101111011100001010000110010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEFB; }

 p { color: rgb(218,190,251); }

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

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

 a { background-color: rgb(218,190,251); }

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

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

 span { border-color: rgb(218,190,251); }

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