#DAB7E9

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

Shades of Mauve #DAB7E9

Tints of Mauve #DAB7E9

Color information

#DAB7E9 (or 0xDAB7E9) is unknown color: approx Mauve. HEX triplet: DA, B7 and E9. RGB value is (218,183,233). Sum of RGB (Red+Green+Blue) = 218+183+233=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 183 (71.88% from 255 or 28.86% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAB7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB7E9 is #254816. Grayscale: #C7C7C7. Windows color (decimal): -2443287 or 15316954. OLE color: 15316954.

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

Color convert

RGB218183233-
CMYK0.060.2100.09
HSL282º53.19%81.57%-
HSV(B)282º21.46%91.37%-
XYZ60.5554.6684.45-
YUV199.17147.1141.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 183 (71.88% from 255) = 28.86%
BLUE value IS 233 (91.41% from 255) = 36.75%
R=34.38%
G=28.86%
B=36.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181832330.060.2100.0928253.1981.57
HexDAB7E96150911a3552
Octal33226735162501143265122
Binary11011010101101111110100111010101010011000110101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB7E9; }

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

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

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

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

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

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

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

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