#DBB2F9

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

Shades of Mauve #DBB2F9

Tints of Mauve #DBB2F9

Color information

#DBB2F9 (or 0xDBB2F9) is unknown color: approx Mauve. HEX triplet: DB, B2 and F9. RGB value is (219,178,249). Sum of RGB (Red+Green+Blue) = 219+178+249=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 178 (69.92% from 255 or 27.55% from 646); Blue value is 249 (97.66% from 255 or 38.54% from 646); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBB2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB2F9 is #244D06. Grayscale: #C6C6C6. Windows color (decimal): -2379015 or 16364251. OLE color: 16364251.

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

Color convert

RGB219178249-
CMYK0.120.2900.02
HSL274.65º85.54%83.73%-
HSV(B)274.65º28.51%97.65%-
XYZ62.2353.7496.72-
YUV198.35156.58142.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.90%
GREEN value IS 178 (69.92% from 255) = 27.55%
BLUE value IS 249 (97.66% from 255) = 38.54%
R=33.90%
G=27.55%
B=38.54%

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
Decimal2191782490.120.2900.02274.6585.5483.73
HexDBB2F9C1D021135654
Octal333262371143502423126124
Binary11011011101100101111100111001110101010001001110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2F9; }

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

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

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

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

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

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

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

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