#DBAFF7

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

Shades of Mauve #DBAFF7

Tints of Mauve #DBAFF7

Color information

#DBAFF7 (or 0xDBAFF7) is unknown color: approx Mauve. HEX triplet: DB, AF and F7. RGB value is (219,175,247). Sum of RGB (Red+Green+Blue) = 219+175+247=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBAFF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFF7 is #245008. Grayscale: #C4C4C4. Windows color (decimal): -2379785 or 16232411. OLE color: 16232411.

HSL color Cylindrical-coordinate representation of color #DBAFF7: hue angle of 276.67º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBAFF7 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB219175247-
CMYK0.110.2900.03
HSL276.67º81.82%82.75%-
HSV(B)276.67º29.15%96.86%-
XYZ61.3352.4494.88-
YUV196.36156.58144.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 175 (68.75% from 255) = 27.30%
BLUE value IS 247 (96.88% from 255) = 38.53%
R=34.17%
G=27.30%
B=38.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2191752470.110.2900.03276.6781.8282.75
HexDBAFF7B1D031155253
Octal333257367133503425122123
Binary11011011101011111111011110111110101110001010110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFF7; }

 p { color: rgb(219,175,247); }

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

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

 a { background-color: rgb(219,175,247); }

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

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

 span { border-color: rgb(219,175,247); }

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