#DAB0EF

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

Shades of Mauve #DAB0EF

Tints of Mauve #DAB0EF

Color information

#DAB0EF (or 0xDAB0EF) is unknown color: approx Mauve. HEX triplet: DA, B0 and EF. RGB value is (218,176,239). Sum of RGB (Red+Green+Blue) = 218+176+239=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAB0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB0EF is #254F10. Grayscale: #C3C3C3. Windows color (decimal): -2445073 or 15708378. OLE color: 15708378.

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

Color convert

RGB218176239-
CMYK0.090.2600.06
HSL280º66.32%81.37%-
HSV(B)280º26.36%93.73%-
XYZ60.0252.1988.57-
YUV195.74152.41143.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 176 (69.14% from 255) = 27.80%
BLUE value IS 239 (93.75% from 255) = 37.76%
R=34.44%
G=27.80%
B=37.76%

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
Decimal2181762390.090.2600.0628066.3281.37
HexDAB0EF91A061184251
Octal332260357113206430102121
Binary110110101011000011101111100111010011010001100010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB0EF; }

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

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

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

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

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

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

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

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