#DAB6E9

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

Shades of Mauve #DAB6E9

Tints of Mauve #DAB6E9

Color information

#DAB6E9 (or 0xDAB6E9) is unknown color: approx Mauve. HEX triplet: DA, B6 and E9. RGB value is (218,182,233). Sum of RGB (Red+Green+Blue) = 218+182+233=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 182 (71.48% from 255 or 28.75% from 633); Blue value is 233 (91.41% from 255 or 36.81% from 633); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAB6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB6E9 is #254916. Grayscale: #C6C6C6. Windows color (decimal): -2443543 or 15316698. OLE color: 15316698.

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

Color convert

RGB218182233-
CMYK0.060.2200.09
HSL282.35º53.68%81.37%-
HSV(B)282.35º21.89%91.37%-
XYZ60.3554.2484.38-
YUV198.58147.43141.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 182 (71.48% from 255) = 28.75%
BLUE value IS 233 (91.41% from 255) = 36.81%
R=34.44%
G=28.75%
B=36.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181822330.060.2200.09282.3553.6881.37
HexDAB6E96160911a3651
Octal33226635162601143266121
Binary11011010101101101110100111010110010011000110101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB6E9; }

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

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

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

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

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

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

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

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