#DABDF9

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

Shades of Mauve #DABDF9

Tints of Mauve #DABDF9

Color information

#DABDF9 (or 0xDABDF9) is unknown color: approx Mauve. HEX triplet: DA, BD and F9. RGB value is (218,189,249). Sum of RGB (Red+Green+Blue) = 218+189+249=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 249 (97.66% from 255 or 37.96% from 656); Max value from RGB is 249 - color contains mainly: blue. Hex color #DABDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDF9 is #254206. Grayscale: #CCCCCC. Windows color (decimal): -2441735 or 16367066. OLE color: 16367066.

HSL color Cylindrical-coordinate representation of color #DABDF9: hue angle of 269º 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 #DABDF9 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218189249-
CMYK0.120.2400.02
HSL269º83.33%85.88%-
HSV(B)269º24.1%97.65%-
XYZ64.2158.1497.46-
YUV204.51153.11137.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.23%
GREEN value IS 189 (74.22% from 255) = 28.81%
BLUE value IS 249 (97.66% from 255) = 37.96%
R=33.23%
G=28.81%
B=37.96%

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
Decimal2181892490.120.2400.0226983.3385.88
HexDABDF9C180210d5356
Octal332275371143002415123126
Binary11011010101111011111100111001100001010000110110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDF9; }

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

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

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

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

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

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

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

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