#DAB0FA

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

Shades of Mauve #DAB0FA

Tints of Mauve #DAB0FA

Color information

#DAB0FA (or 0xDAB0FA) is unknown color: approx Mauve. HEX triplet: DA, B0 and FA. RGB value is (218,176,250). Sum of RGB (Red+Green+Blue) = 218+176+250=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 176 (69.14% from 255 or 27.33% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB0FA is #254F05. Grayscale: #C4C4C4. Windows color (decimal): -2445062 or 16429274. OLE color: 16429274.

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

Color convert

RGB218176250-
CMYK0.130.3000.02
HSL274.05º88.1%83.53%-
HSV(B)274.05º29.6%98.04%-
XYZ61.6952.8697.39-
YUV196.99157.91142.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.85%
GREEN value IS 176 (69.14% from 255) = 27.33%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=33.85%
G=27.33%
B=38.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181762500.130.3000.02274.0588.183.53
HexDAB0FAD1E021125854
Octal332260372153602422130124
Binary11011010101100001111101011011111001010001001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB0FA; }

 p { color: rgb(218,176,250); }

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

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

 a { background-color: rgb(218,176,250); }

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

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

 span { border-color: rgb(218,176,250); }

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