#DBB9FC

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

Shades of Mauve #DBB9FC

Tints of Mauve #DBB9FC

Color information

#DBB9FC (or 0xDBB9FC) is unknown color: approx Mauve. HEX triplet: DB, B9 and FC. RGB value is (219,185,252). Sum of RGB (Red+Green+Blue) = 219+185+252=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 185 (72.66% from 255 or 28.20% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBB9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9FC is #244603. Grayscale: #CACACA. Windows color (decimal): -2377220 or 16562651. OLE color: 16562651.

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

Color convert

RGB219185252-
CMYK0.130.2700.01
HSL270.45º91.78%85.69%-
HSV(B)270.45º26.59%98.82%-
XYZ64.1356.7999.68-
YUV202.8155.76139.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.38%
GREEN value IS 185 (72.66% from 255) = 28.20%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=33.38%
G=28.20%
B=38.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191852520.130.2700.01270.4591.7885.69
HexDBB9FCD1B0110e5c56
Octal333271374153301416134126
Binary1101101110111001111111001101110110110000111010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB9FC; }

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

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

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

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

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

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

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

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