#DBB4FB

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

Shades of Mauve #DBB4FB

Tints of Mauve #DBB4FB

Color information

#DBB4FB (or 0xDBB4FB) is unknown color: approx Mauve. HEX triplet: DB, B4 and FB. RGB value is (219,180,251). Sum of RGB (Red+Green+Blue) = 219+180+251=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 180 (70.70% from 255 or 27.69% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBB4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB4FB is #244B04. Grayscale: #C7C7C7. Windows color (decimal): -2378501 or 16495835. OLE color: 16495835.

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

Color convert

RGB219180251-
CMYK0.130.2800.02
HSL272.96º89.87%84.51%-
HSV(B)272.96º28.29%98.43%-
XYZ62.9554.6798.5-
YUV199.76156.92141.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.69%
GREEN value IS 180 (70.70% from 255) = 27.69%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=33.69%
G=27.69%
B=38.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191802510.130.2800.02272.9689.8784.51
HexDBB4FBD1C021115a55
Octal333264373153402421132125
Binary11011011101101001111101111011110001010001000110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4FB; }

 p { color: rgb(219,180,251); }

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

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

 a { background-color: rgb(219,180,251); }

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

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

 span { border-color: rgb(219,180,251); }

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