#DBB4FE

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

Shades of Mauve #DBB4FE

Tints of Mauve #DBB4FE

Color information

#DBB4FE (or 0xDBB4FE) is unknown color: approx Mauve. HEX triplet: DB, B4 and FE. RGB value is (219,180,254). Sum of RGB (Red+Green+Blue) = 219+180+254=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 180 (70.70% from 255 or 27.57% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBB4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB4FE is #244B01. Grayscale: #C7C7C7. Windows color (decimal): -2378498 or 16692443. OLE color: 16692443.

HSL color Cylindrical-coordinate representation of color #DBB4FE: hue angle of 271.62º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBB4FE is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB219180254-
CMYK0.140.2900.00
HSL271.62º97.37%85.1%-
HSV(B)271.62º29.13%99.61%-
XYZ63.4254.86101.01-
YUV200.1158.42141.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.54%
GREEN value IS 180 (70.70% from 255) = 27.57%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=33.54%
G=27.57%
B=38.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2191802540.140.2900.00271.6297.3785.1
HexDBB4FEE1D001106155
Octal333264376163500420141125
Binary1101101110110100111111101110111010010001000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4FE; }

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

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

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

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

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

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

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

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