#DBB0F9

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

Shades of Mauve #DBB0F9

Tints of Mauve #DBB0F9

Color information

#DBB0F9 (or 0xDBB0F9) is unknown color: approx Mauve. HEX triplet: DB, B0 and F9. RGB value is (219,176,249). Sum of RGB (Red+Green+Blue) = 219+176+249=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 176 (69.14% from 255 or 27.33% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBB0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB0F9 is #244F06. Grayscale: #C4C4C4. Windows color (decimal): -2379527 or 16363739. OLE color: 16363739.

HSL color Cylindrical-coordinate representation of color #DBB0F9: hue angle of 275.34º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBB0F9 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219176249-
CMYK0.120.2900.02
HSL275.34º85.88%83.33%-
HSV(B)275.34º29.32%97.65%-
XYZ61.8452.9596.58-
YUV197.18157.25143.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.01%
GREEN value IS 176 (69.14% from 255) = 27.33%
BLUE value IS 249 (97.66% from 255) = 38.66%
R=34.01%
G=27.33%
B=38.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191762490.120.2900.02275.3485.8883.33
HexDBB0F9C1D021135653
Octal333260371143502423126123
Binary11011011101100001111100111001110101010001001110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB0F9; }

 p { color: rgb(219,176,249); }

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

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

 a { background-color: rgb(219,176,249); }

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

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

 span { border-color: rgb(219,176,249); }

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