#DBB6FA

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

Shades of Mauve #DBB6FA

Tints of Mauve #DBB6FA

Color information

#DBB6FA (or 0xDBB6FA) is unknown color: approx Mauve. HEX triplet: DB, B6 and FA. RGB value is (219,182,250). Sum of RGB (Red+Green+Blue) = 219+182+250=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 182 (71.48% from 255 or 27.96% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBB6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB6FA is #244905. Grayscale: #C8C8C8. Windows color (decimal): -2377990 or 16430811. OLE color: 16430811.

HSL color Cylindrical-coordinate representation of color #DBB6FA: hue angle of 272.65º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBB6FA is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219182250-
CMYK0.120.2700.02
HSL272.65º87.18%84.71%-
HSV(B)272.65º27.2%98.04%-
XYZ63.255.4297.81-
YUV200.82155.76140.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.64%
GREEN value IS 182 (71.48% from 255) = 27.96%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=33.64%
G=27.96%
B=38.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191822500.120.2700.02272.6587.1884.71
HexDBB6FAC1B021115755
Octal333266372143302421127125
Binary11011011101101101111101011001101101010001000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB6FA; }

 p { color: rgb(219,182,250); }

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

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

 a { background-color: rgb(219,182,250); }

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

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

 span { border-color: rgb(219,182,250); }

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