#DAB3EA

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

Shades of Mauve #DAB3EA

Tints of Mauve #DAB3EA

Color information

#DAB3EA (or 0xDAB3EA) is unknown color: approx Mauve. HEX triplet: DA, B3 and EA. RGB value is (218,179,234). Sum of RGB (Red+Green+Blue) = 218+179+234=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 179 (70.31% from 255 or 28.37% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAB3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB3EA is #254C15. Grayscale: #C4C4C4. Windows color (decimal): -2444310 or 15381466. OLE color: 15381466.

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

Color convert

RGB218179234-
CMYK0.070.2400.08
HSL282.55º56.7%80.98%-
HSV(B)282.55º23.5%91.76%-
XYZ59.8853.0984.93-
YUV196.93148.92143.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 179 (70.31% from 255) = 28.37%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=34.55%
G=28.37%
B=37.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181792340.070.2400.08282.5556.780.98
HexDAB3EA7180811b3951
Octal33226335273001043371121
Binary11011010101100111110101011111000010001000110111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB3EA; }

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

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

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

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

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

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

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

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