#DAB1EF

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

Shades of Mauve #DAB1EF

Tints of Mauve #DAB1EF

Color information

#DAB1EF (or 0xDAB1EF) is unknown color: approx Mauve. HEX triplet: DA, B1 and EF. RGB value is (218,177,239). Sum of RGB (Red+Green+Blue) = 218+177+239=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAB1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB1EF is #254E10. Grayscale: #C4C4C4. Windows color (decimal): -2444817 or 15708634. OLE color: 15708634.

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

Color convert

RGB218177239-
CMYK0.090.2600.06
HSL279.68º65.96%81.57%-
HSV(B)279.68º25.94%93.73%-
XYZ60.2252.5888.64-
YUV196.33152.08143.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 177 (69.53% from 255) = 27.92%
BLUE value IS 239 (93.75% from 255) = 37.70%
R=34.38%
G=27.92%
B=37.70%

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
Decimal2181772390.090.2600.06279.6865.9681.57
HexDAB1EF91A061184252
Octal332261357113206430102122
Binary110110101011000111101111100111010011010001100010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1EF; }

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

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

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

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

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

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

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

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