#DAB0F3

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

Shades of Mauve #DAB0F3

Tints of Mauve #DAB0F3

Color information

#DAB0F3 (or 0xDAB0F3) is unknown color: approx Mauve. HEX triplet: DA, B0 and F3. RGB value is (218,176,243). Sum of RGB (Red+Green+Blue) = 218+176+243=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAB0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB0F3 is #254F0C. Grayscale: #C3C3C3. Windows color (decimal): -2445069 or 15970522. OLE color: 15970522.

HSL color Cylindrical-coordinate representation of color #DAB0F3: hue angle of 277.61º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAB0F3 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218176243-
CMYK0.100.2800.05
HSL277.61º73.63%82.16%-
HSV(B)277.61º27.57%95.29%-
XYZ60.6252.4391.72-
YUV196.2154.41143.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 176 (69.14% from 255) = 27.63%
BLUE value IS 243 (95.31% from 255) = 38.15%
R=34.22%
G=27.63%
B=38.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181762430.100.2800.05277.6173.6382.16
HexDAB0F3A1C051164a52
Octal332260363123405426112122
Binary110110101011000011110011101011100010110001011010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB0F3; }

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

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

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

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

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

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

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

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