#DBB1F6

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

Shades of Mauve #DBB1F6

Tints of Mauve #DBB1F6

Color information

#DBB1F6 (or 0xDBB1F6) is unknown color: approx Mauve. HEX triplet: DB, B1 and F6. RGB value is (219,177,246). Sum of RGB (Red+Green+Blue) = 219+177+246=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 177 (69.53% from 255 or 27.57% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBB1F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB1F6 is #244E09. Grayscale: #C5C5C5. Windows color (decimal): -2379274 or 16167387. OLE color: 16167387.

HSL color Cylindrical-coordinate representation of color #DBB1F6: hue angle of 276.52º degrees, saturation: 0.79, 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 #DBB1F6 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB219177246-
CMYK0.110.2800.04
HSL276.52º79.31%82.94%-
HSV(B)276.52º28.05%96.47%-
XYZ61.5753.1694.2-
YUV197.42155.41143.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.11%
GREEN value IS 177 (69.53% from 255) = 27.57%
BLUE value IS 246 (96.48% from 255) = 38.32%
R=34.11%
G=27.57%
B=38.32%

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
Decimal2191772460.110.2800.04276.5279.3182.94
HexDBB1F6B1C041154f53
Octal333261366133404425117123
Binary110110111011000111110110101111100010010001010110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB1F6; }

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

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

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

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

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

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

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

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