#DAB2EE

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

Shades of Mauve #DAB2EE

Tints of Mauve #DAB2EE

Color information

#DAB2EE (or 0xDAB2EE) is unknown color: approx Mauve. HEX triplet: DA, B2 and EE. RGB value is (218,178,238). Sum of RGB (Red+Green+Blue) = 218+178+238=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAB2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB2EE is #254D11. Grayscale: #C4C4C4. Windows color (decimal): -2444562 or 15643354. OLE color: 15643354.

HSL color Cylindrical-coordinate representation of color #DAB2EE: hue angle of 280º degrees, saturation: 0.64, 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 #DAB2EE is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218178238-
CMYK0.080.2500.07
HSL280º63.83%81.57%-
HSV(B)280º25.21%93.33%-
XYZ60.2752.9287.93-
YUV196.8151.25143.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 178 (69.92% from 255) = 28.08%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=34.38%
G=28.08%
B=37.54%

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
Decimal2181782380.080.2500.0728063.8381.57
HexDAB2EE819071184052
Octal332262356103107430100122
Binary110110101011001011101110100011001011110001100010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2EE; }

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

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

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

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

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

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

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

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