#DBB3FC

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

Shades of Mauve #DBB3FC

Tints of Mauve #DBB3FC

Color information

#DBB3FC (or 0xDBB3FC) is unknown color: approx Mauve. HEX triplet: DB, B3 and FC. RGB value is (219,179,252). Sum of RGB (Red+Green+Blue) = 219+179+252=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 179 (70.31% from 255 or 27.54% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBB3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB3FC is #244C03. Grayscale: #C7C7C7. Windows color (decimal): -2378756 or 16561115. OLE color: 16561115.

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

Color convert

RGB219179252-
CMYK0.130.2900.01
HSL272.88º92.41%84.51%-
HSV(B)272.88º28.97%98.82%-
XYZ62.954.3399.27-
YUV199.28157.75142.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.69%
GREEN value IS 179 (70.31% from 255) = 27.54%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=33.69%
G=27.54%
B=38.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191792520.130.2900.01272.8892.4184.51
HexDBB3FCD1D011115c55
Octal333263374153501421134125
Binary1101101110110011111111001101111010110001000110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB3FC; }

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

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

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

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

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

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

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

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