#DAB3EC

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

Shades of Mauve #DAB3EC

Tints of Mauve #DAB3EC

Color information

#DAB3EC (or 0xDAB3EC) is unknown color: approx Mauve. HEX triplet: DA, B3 and EC. RGB value is (218,179,236). Sum of RGB (Red+Green+Blue) = 218+179+236=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 179 (70.31% from 255 or 28.28% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAB3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB3EC is #254C13. Grayscale: #C4C4C4. Windows color (decimal): -2444308 or 15512538. OLE color: 15512538.

HSL color Cylindrical-coordinate representation of color #DAB3EC: hue angle of 281.05º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAB3EC is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218179236-
CMYK0.080.2400.07
HSL281.05º60%81.37%-
HSV(B)281.05º24.15%92.55%-
XYZ60.1753.286.45-
YUV197.16149.92142.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 179 (70.31% from 255) = 28.28%
BLUE value IS 236 (92.58% from 255) = 37.28%
R=34.44%
G=28.28%
B=37.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181792360.080.2400.07281.056081.37
HexDAB3EC818071193c51
Octal33226335410300743174121
Binary11011010101100111110110010001100001111000110011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB3EC; }

 p { color: rgb(218,179,236); }

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

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

 a { background-color: rgb(218,179,236); }

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

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

 span { border-color: rgb(218,179,236); }

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