#DBB6FC

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

Shades of Mauve #DBB6FC

Tints of Mauve #DBB6FC

Color information

#DBB6FC (or 0xDBB6FC) is unknown color: approx Mauve. HEX triplet: DB, B6 and FC. RGB value is (219,182,252). Sum of RGB (Red+Green+Blue) = 219+182+252=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 182 (71.48% from 255 or 27.87% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBB6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB6FC is #244903. Grayscale: #C8C8C8. Windows color (decimal): -2377988 or 16561883. OLE color: 16561883.

HSL color Cylindrical-coordinate representation of color #DBB6FC: hue angle of 271.71º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBB6FC is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219182252-
CMYK0.130.2800.01
HSL271.71º92.11%85.1%-
HSV(B)271.71º27.78%98.82%-
XYZ63.5155.5499.47-
YUV201.04156.76140.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.54%
GREEN value IS 182 (71.48% from 255) = 27.87%
BLUE value IS 252 (98.83% from 255) = 38.59%
R=33.54%
G=27.87%
B=38.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191822520.130.2800.01271.7192.1185.1
HexDBB6FCD1C011105c55
Octal333266374153401420134125
Binary1101101110110110111111001101111000110001000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB6FC; }

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

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

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

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

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

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

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

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