#DAB3FB

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

Shades of Mauve #DAB3FB

Tints of Mauve #DAB3FB

Color information

#DAB3FB (or 0xDAB3FB) is unknown color: approx Mauve. HEX triplet: DA, B3 and FB. RGB value is (218,179,251). Sum of RGB (Red+Green+Blue) = 218+179+251=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 179 (70.31% from 255 or 27.62% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAB3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB3FB is #254C04. Grayscale: #C6C6C6. Windows color (decimal): -2444293 or 16495578. OLE color: 16495578.

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

Color convert

RGB218179251-
CMYK0.130.2900.02
HSL272.5º90%84.31%-
HSV(B)272.5º28.69%98.43%-
XYZ62.4554.1198.42-
YUV198.87157.42141.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.64%
GREEN value IS 179 (70.31% from 255) = 27.62%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=33.64%
G=27.62%
B=38.73%

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
Decimal2181792510.130.2900.02272.59084.31
HexDAB3FBD1D021105a54
Octal332263373153502420132124
Binary11011010101100111111101111011110101010001000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB3FB; }

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

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

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

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

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

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

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

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