#DABAE9

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

Shades of Mauve #DABAE9

Tints of Mauve #DABAE9

Color information

#DABAE9 (or 0xDABAE9) is unknown color: approx Mauve. HEX triplet: DA, BA and E9. RGB value is (218,186,233). Sum of RGB (Red+Green+Blue) = 218+186+233=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 233 - color contains mainly: blue. Hex color #DABAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAE9 is #254516. Grayscale: #C8C8C8. Windows color (decimal): -2442519 or 15317722. OLE color: 15317722.

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

Color convert

RGB218186233-
CMYK0.060.2000.09
HSL280.85º51.65%82.16%-
HSV(B)280.85º20.17%91.37%-
XYZ61.1855.9184.66-
YUV200.93146.1140.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 233 (91.41% from 255) = 36.58%
R=34.22%
G=29.20%
B=36.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181862330.060.2000.09280.8551.6582.16
HexDABAE9614091193452
Octal33227235162401143164122
Binary11011010101110101110100111010100010011000110011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAE9; }

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

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

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

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

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

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

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

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