#DAB1EE

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

Shades of Mauve #DAB1EE

Tints of Mauve #DAB1EE

Color information

#DAB1EE (or 0xDAB1EE) is unknown color: approx Mauve. HEX triplet: DA, B1 and EE. RGB value is (218,177,238). Sum of RGB (Red+Green+Blue) = 218+177+238=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAB1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB1EE is #254E11. Grayscale: #C4C4C4. Windows color (decimal): -2444818 or 15643098. OLE color: 15643098.

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

Color convert

RGB218177238-
CMYK0.080.2600.07
HSL280.33º64.21%81.37%-
HSV(B)280.33º25.63%93.33%-
XYZ60.0752.5287.86-
YUV196.21151.58143.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 177 (69.53% from 255) = 27.96%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=34.44%
G=27.96%
B=37.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181772380.080.2600.07280.3364.2181.37
HexDAB1EE81A071184051
Octal332261356103207430100121
Binary110110101011000111101110100011010011110001100010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1EE; }

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

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

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

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

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

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

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

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