#DFB9F3

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

Shades of Mauve #DFB9F3

Tints of Mauve #DFB9F3

Color information

#DFB9F3 (or 0xDFB9F3) is unknown color: approx Mauve. HEX triplet: DF, B9 and F3. RGB value is (223,185,243). Sum of RGB (Red+Green+Blue) = 223+185+243=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 185 (72.66% from 255 or 28.42% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFB9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9F3 is #20460C. Grayscale: #CACACA. Windows color (decimal): -2115085 or 15972831. OLE color: 15972831.

HSL color Cylindrical-coordinate representation of color #DFB9F3: hue angle of 279.31º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFB9F3 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223185243-
CMYK0.080.2400.05
HSL279.31º70.73%83.92%-
HSV(B)279.31º23.87%95.29%-
XYZ63.9656.8692.4-
YUV202.97150.59142.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.25%
GREEN value IS 185 (72.66% from 255) = 28.42%
BLUE value IS 243 (95.31% from 255) = 37.33%
R=34.25%
G=28.42%
B=37.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231852430.080.2400.05279.3170.7383.92
HexDFB9F3818051174754
Octal337271363103005427107124
Binary110111111011100111110011100011000010110001011110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB9F3; }

 p { color: rgb(223,185,243); }

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

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

 a { background-color: rgb(223,185,243); }

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

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

 span { border-color: rgb(223,185,243); }

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