#DABEF9

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

Shades of Mauve #DABEF9

Tints of Mauve #DABEF9

Color information

#DABEF9 (or 0xDABEF9) is unknown color: approx Mauve. HEX triplet: DA, BE and F9. RGB value is (218,190,249). Sum of RGB (Red+Green+Blue) = 218+190+249=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 190 (74.61% from 255 or 28.92% from 657); Blue value is 249 (97.66% from 255 or 37.90% from 657); Max value from RGB is 249 - color contains mainly: blue. Hex color #DABEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEF9 is #254106. Grayscale: #CCCCCC. Windows color (decimal): -2441479 or 16367322. OLE color: 16367322.

HSL color Cylindrical-coordinate representation of color #DABEF9: hue angle of 268.47º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DABEF9 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218190249-
CMYK0.120.2400.02
HSL268.47º83.1%86.08%-
HSV(B)268.47º23.69%97.65%-
XYZ64.4358.5797.53-
YUV205.1152.78137.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.18%
GREEN value IS 190 (74.61% from 255) = 28.92%
BLUE value IS 249 (97.66% from 255) = 37.90%
R=33.18%
G=28.92%
B=37.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181902490.120.2400.02268.4783.186.08
HexDABEF9C180210c5356
Octal332276371143002414123126
Binary11011010101111101111100111001100001010000110010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEF9; }

 p { color: rgb(218,190,249); }

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

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

 a { background-color: rgb(218,190,249); }

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

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

 span { border-color: rgb(218,190,249); }

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