#DAB9EC

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

Shades of Mauve #DAB9EC

Tints of Mauve #DAB9EC

Color information

#DAB9EC (or 0xDAB9EC) is unknown color: approx Mauve. HEX triplet: DA, B9 and EC. RGB value is (218,185,236). Sum of RGB (Red+Green+Blue) = 218+185+236=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAB9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB9EC is #254613. Grayscale: #C8C8C8. Windows color (decimal): -2442772 or 15514074. OLE color: 15514074.

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

Color convert

RGB218185236-
CMYK0.080.2200.07
HSL278.82º57.3%82.55%-
HSV(B)278.82º21.61%92.55%-
XYZ61.455.6686.86-
YUV200.68147.93140.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 185 (72.66% from 255) = 28.95%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=34.12%
G=28.95%
B=36.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181852360.080.2200.07278.8257.382.55
HexDAB9EC816071173953
Octal33227135410260742771123
Binary11011010101110011110110010001011001111000101111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9EC; }

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

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

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

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

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

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

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

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