#DBADF6

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

Shades of Mauve #DBADF6

Tints of Mauve #DBADF6

Color information

#DBADF6 (or 0xDBADF6) is unknown color: approx Mauve. HEX triplet: DB, AD and F6. RGB value is (219,173,246). Sum of RGB (Red+Green+Blue) = 219+173+246=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADF6 is #245209. Grayscale: #C2C2C2. Windows color (decimal): -2380298 or 16166363. OLE color: 16166363.

HSL color Cylindrical-coordinate representation of color #DBADF6: hue angle of 277.81º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBADF6 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB219173246-
CMYK0.110.3000.04
HSL277.81º80.22%82.16%-
HSV(B)277.81º29.67%96.47%-
XYZ60.7951.693.94-
YUV195.08156.74145.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.33%
GREEN value IS 173 (67.97% from 255) = 27.12%
BLUE value IS 246 (96.48% from 255) = 38.56%
R=34.33%
G=27.12%
B=38.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2191732460.110.3000.04277.8180.2282.16
HexDBADF6B1E041165052
Octal333255366133604426120122
Binary110110111010110111110110101111110010010001011010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADF6; }

 p { color: rgb(219,173,246); }

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

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

 a { background-color: rgb(219,173,246); }

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

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

 span { border-color: rgb(219,173,246); }

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