#DAB3E9

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

Shades of Mauve #DAB3E9

Tints of Mauve #DAB3E9

Color information

#DAB3E9 (or 0xDAB3E9) is unknown color: approx Mauve. HEX triplet: DA, B3 and E9. RGB value is (218,179,233). Sum of RGB (Red+Green+Blue) = 218+179+233=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAB3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB3E9 is #254C16. Grayscale: #C4C4C4. Windows color (decimal): -2444311 or 15315930. OLE color: 15315930.

HSL color Cylindrical-coordinate representation of color #DAB3E9: hue angle of 283.33º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAB3E9 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218179233-
CMYK0.060.2300.09
HSL283.33º55.1%80.78%-
HSV(B)283.33º23.18%91.37%-
XYZ59.7453.0384.18-
YUV196.82148.42143.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 179 (70.31% from 255) = 28.41%
BLUE value IS 233 (91.41% from 255) = 36.98%
R=34.60%
G=28.41%
B=36.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181792330.060.2300.09283.3355.180.78
HexDAB3E96170911b3751
Octal33226335162701143367121
Binary11011010101100111110100111010111010011000110111101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB3E9; }

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

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

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

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

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

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

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

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