#DAB8EF

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

Shades of Mauve #DAB8EF

Tints of Mauve #DAB8EF

Color information

#DAB8EF (or 0xDAB8EF) is unknown color: approx Mauve. HEX triplet: DA, B8 and EF. RGB value is (218,184,239). Sum of RGB (Red+Green+Blue) = 218+184+239=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 184 (72.27% from 255 or 28.71% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAB8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB8EF is #254710. Grayscale: #C8C8C8. Windows color (decimal): -2443025 or 15710426. OLE color: 15710426.

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

Color convert

RGB218184239-
CMYK0.090.2300.06
HSL277.09º63.22%82.94%-
HSV(B)277.09º23.01%93.73%-
XYZ61.6355.4289.11-
YUV200.44149.76140.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.01%
GREEN value IS 184 (72.27% from 255) = 28.71%
BLUE value IS 239 (93.75% from 255) = 37.29%
R=34.01%
G=28.71%
B=37.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181842390.090.2300.06277.0963.2282.94
HexDAB8EF917061153f53
Octal33227035711270642577123
Binary11011010101110001110111110011011101101000101011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB8EF; }

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

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

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

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

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

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

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

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