#DAB1FB

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

Shades of Mauve #DAB1FB

Tints of Mauve #DAB1FB

Color information

#DAB1FB (or 0xDAB1FB) is unknown color: approx Mauve. HEX triplet: DA, B1 and FB. RGB value is (218,177,251). Sum of RGB (Red+Green+Blue) = 218+177+251=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 177 (69.53% from 255 or 27.40% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAB1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB1FB is #254E04. Grayscale: #C5C5C5. Windows color (decimal): -2444805 or 16495066. OLE color: 16495066.

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

Color convert

RGB218177251-
CMYK0.130.2900.02
HSL273.24º90.24%83.92%-
HSV(B)273.24º29.48%98.43%-
XYZ62.0553.3198.29-
YUV197.7158.08142.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.75%
GREEN value IS 177 (69.53% from 255) = 27.40%
BLUE value IS 251 (98.44% from 255) = 38.85%
R=33.75%
G=27.40%
B=38.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181772510.130.2900.02273.2490.2483.92
HexDAB1FBD1D021115a54
Octal332261373153502421132124
Binary11011010101100011111101111011110101010001000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1FB; }

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

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

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

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

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

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

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

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