#DAB3EE

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

Shades of Mauve #DAB3EE

Tints of Mauve #DAB3EE

Color information

#DAB3EE (or 0xDAB3EE) is unknown color: approx Mauve. HEX triplet: DA, B3 and EE. RGB value is (218,179,238). Sum of RGB (Red+Green+Blue) = 218+179+238=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 179 (70.31% from 255 or 28.19% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAB3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB3EE is #254C11. Grayscale: #C5C5C5. Windows color (decimal): -2444306 or 15643610. OLE color: 15643610.

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

Color convert

RGB218179238-
CMYK0.080.2500.07
HSL279.66º63.44%81.76%-
HSV(B)279.66º24.79%93.33%-
XYZ60.4753.3287.99-
YUV197.39150.92142.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 179 (70.31% from 255) = 28.19%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=34.33%
G=28.19%
B=37.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181792380.080.2500.07279.6663.4481.76
HexDAB3EE819071183f52
Octal33226335610310743077122
Binary11011010101100111110111010001100101111000110001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB3EE; }

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

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

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

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

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

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

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

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