#DAB8E9

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

Shades of Mauve #DAB8E9

Tints of Mauve #DAB8E9

Color information

#DAB8E9 (or 0xDAB8E9) is unknown color: approx Mauve. HEX triplet: DA, B8 and E9. RGB value is (218,184,233). Sum of RGB (Red+Green+Blue) = 218+184+233=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAB8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB8E9 is #254716. Grayscale: #C7C7C7. Windows color (decimal): -2443031 or 15317210. OLE color: 15317210.

HSL color Cylindrical-coordinate representation of color #DAB8E9: hue angle of 281.63º 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 #DAB8E9 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218184233-
CMYK0.060.2100.09
HSL281.63º52.69%81.76%-
HSV(B)281.63º21.03%91.37%-
XYZ60.7655.0784.52-
YUV199.75146.76141.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 184 (72.27% from 255) = 28.98%
BLUE value IS 233 (91.41% from 255) = 36.69%
R=34.33%
G=28.98%
B=36.69%

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
Decimal2181842330.060.2100.09281.6352.6981.76
HexDAB8E96150911a3552
Octal33227035162501143265122
Binary11011010101110001110100111010101010011000110101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB8E9; }

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

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

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

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

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

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

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

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