#DBBBFE

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

Shades of Mauve #DBBBFE

Tints of Mauve #DBBBFE

Color information

#DBBBFE (or 0xDBBBFE) is unknown color: approx Mauve. HEX triplet: DB, BB and FE. RGB value is (219,187,254). Sum of RGB (Red+Green+Blue) = 219+187+254=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBBBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBFE is #244401. Grayscale: #CBCBCB. Windows color (decimal): -2376706 or 16694235. OLE color: 16694235.

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

Color convert

RGB219187254-
CMYK0.140.2600.00
HSL268.66º97.1%86.47%-
HSV(B)268.66º26.38%99.61%-
XYZ64.8757.76101.49-
YUV204.21156.1138.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.18%
GREEN value IS 187 (73.44% from 255) = 28.33%
BLUE value IS 254 (99.61% from 255) = 38.48%
R=33.18%
G=28.33%
B=38.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2191872540.140.2600.00268.6697.186.47
HexDBBBFEE1A0010d6156
Octal333273376163200415141126
Binary1101101110111011111111101110110100010000110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBFE; }

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

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

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

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

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

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

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

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