#DAB2FB

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

Shades of Mauve #DAB2FB

Tints of Mauve #DAB2FB

Color information

#DAB2FB (or 0xDAB2FB) is unknown color: approx Mauve. HEX triplet: DA, B2 and FB. RGB value is (218,178,251). Sum of RGB (Red+Green+Blue) = 218+178+251=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 178 (69.92% from 255 or 27.51% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAB2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB2FB is #254D04. Grayscale: #C6C6C6. Windows color (decimal): -2444549 or 16495322. OLE color: 16495322.

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

Color convert

RGB218178251-
CMYK0.130.2900.02
HSL272.88º90.12%84.12%-
HSV(B)272.88º29.08%98.43%-
XYZ62.2553.7198.35-
YUV198.28157.75142.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 178 (69.92% from 255) = 27.51%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=33.69%
G=27.51%
B=38.79%

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
Decimal2181782510.130.2900.02272.8890.1284.12
HexDAB2FBD1D021115a54
Octal332262373153502421132124
Binary11011010101100101111101111011110101010001000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2FB; }

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

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

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

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

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

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

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

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