#DBBBF7

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

Shades of Mauve #DBBBF7

Tints of Mauve #DBBBF7

Color information

#DBBBF7 (or 0xDBBBF7) is unknown color: approx Mauve. HEX triplet: DB, BB and F7. RGB value is (219,187,247). Sum of RGB (Red+Green+Blue) = 219+187+247=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBBBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBF7 is #244408. Grayscale: #CBCBCB. Windows color (decimal): -2376713 or 16235483. OLE color: 16235483.

HSL color Cylindrical-coordinate representation of color #DBBBF7: hue angle of 272º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBBBF7 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB219187247-
CMYK0.110.2400.03
HSL272º78.95%85.1%-
HSV(B)272º24.29%96.86%-
XYZ63.7757.3295.7-
YUV203.41152.6139.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.54%
GREEN value IS 187 (73.44% from 255) = 28.64%
BLUE value IS 247 (96.88% from 255) = 37.83%
R=33.54%
G=28.64%
B=37.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2191872470.110.2400.0327278.9585.1
HexDBBBF7B18031104f55
Octal333273367133003420117125
Binary11011011101110111111011110111100001110001000010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBF7; }

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

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

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

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

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

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

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

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