#DAB2F0

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

Shades of Mauve #DAB2F0

Tints of Mauve #DAB2F0

Color information

#DAB2F0 (or 0xDAB2F0) is unknown color: approx Mauve. HEX triplet: DA, B2 and F0. RGB value is (218,178,240). Sum of RGB (Red+Green+Blue) = 218+178+240=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAB2F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB2F0 is #254D0F. Grayscale: #C4C4C4. Windows color (decimal): -2444560 or 15774426. OLE color: 15774426.

HSL color Cylindrical-coordinate representation of color #DAB2F0: hue angle of 278.71º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAB2F0 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218178240-
CMYK0.090.2600.06
HSL278.71º67.39%81.96%-
HSV(B)278.71º25.83%94.12%-
XYZ60.5653.0489.48-
YUV197.03152.25142.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 178 (69.92% from 255) = 27.99%
BLUE value IS 240 (94.14% from 255) = 37.74%
R=34.28%
G=27.99%
B=37.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181782400.090.2600.06278.7167.3981.96
HexDAB2F091A061174352
Octal332262360113206427103122
Binary110110101011001011110000100111010011010001011110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2F0; }

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

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

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

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

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

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

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

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