#DBB0F6

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

Shades of Mauve #DBB0F6

Tints of Mauve #DBB0F6

Color information

#DBB0F6 (or 0xDBB0F6) is unknown color: approx Mauve. HEX triplet: DB, B0 and F6. RGB value is (219,176,246). Sum of RGB (Red+Green+Blue) = 219+176+246=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 176 (69.14% from 255 or 27.46% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBB0F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB0F6 is #244F09. Grayscale: #C4C4C4. Windows color (decimal): -2379530 or 16167131. OLE color: 16167131.

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

Color convert

RGB219176246-
CMYK0.110.2800.04
HSL276.86º79.55%82.75%-
HSV(B)276.86º28.46%96.47%-
XYZ61.3752.7694.14-
YUV196.84155.75143.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 176 (69.14% from 255) = 27.46%
BLUE value IS 246 (96.48% from 255) = 38.38%
R=34.17%
G=27.46%
B=38.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2191762460.110.2800.04276.8679.5582.75
HexDBB0F6B1C041155053
Octal333260366133404425120123
Binary110110111011000011110110101111100010010001010110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB0F6; }

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

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

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

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

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

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

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

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