#DFBBF9

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

Shades of Mauve #DFBBF9

Tints of Mauve #DFBBF9

Color information

#DFBBF9 (or 0xDFBBF9) is unknown color: approx Mauve. HEX triplet: DF, BB and F9. RGB value is (223,187,249). Sum of RGB (Red+Green+Blue) = 223+187+249=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 187 (73.44% from 255 or 28.38% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFBBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBF9 is #204406. Grayscale: #CCCCCC. Windows color (decimal): -2114567 or 16366559. OLE color: 16366559.

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

Color convert

RGB223187249-
CMYK0.100.2500.02
HSL274.84º83.78%85.49%-
HSV(B)274.84º24.9%97.65%-
XYZ65.358.0797.39-
YUV204.83152.93140.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.84%
GREEN value IS 187 (73.44% from 255) = 28.38%
BLUE value IS 249 (97.66% from 255) = 37.78%
R=33.84%
G=28.38%
B=37.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231872490.100.2500.02274.8483.7885.49
HexDFBBF9A19021135455
Octal337273371123102423124125
Binary11011111101110111111100110101100101010001001110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBF9; }

 p { color: rgb(223,187,249); }

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

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

 a { background-color: rgb(223,187,249); }

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

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

 span { border-color: rgb(223,187,249); }

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