#DABAFB

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

Shades of Mauve #DABAFB

Tints of Mauve #DABAFB

Color information

#DABAFB (or 0xDABAFB) is unknown color: approx Mauve. HEX triplet: DA, BA and FB. RGB value is (218,186,251). Sum of RGB (Red+Green+Blue) = 218+186+251=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #DABAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAFB is #254504. Grayscale: #CACACA. Windows color (decimal): -2442501 or 16497370. OLE color: 16497370.

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

Color convert

RGB218186251-
CMYK0.130.2600.02
HSL269.54º89.04%85.69%-
HSV(B)269.54º25.9%98.43%-
XYZ63.8856.9998.9-
YUV202.98155.1138.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 186 (73.05% from 255) = 28.40%
BLUE value IS 251 (98.44% from 255) = 38.32%
R=33.28%
G=28.40%
B=38.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181862510.130.2600.02269.5489.0485.69
HexDABAFBD1A0210e5956
Octal332272373153202416131126
Binary11011010101110101111101111011101001010000111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAFB; }

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

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

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

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

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

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

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

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