#DFBFC5

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

Shades of Melanie #DFBFC5

Tints of Melanie #DFBFC5

Color information

#DFBFC5 (or 0xDFBFC5) is unknown color: approx Melanie. HEX triplet: DF, BF and C5. RGB value is (223,191,197). Sum of RGB (Red+Green+Blue) = 223+191+197=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFC5 is #20403A. Grayscale: #C9C9C9. Windows color (decimal): -2113595 or 12959711. OLE color: 12959711.

HSL color Cylindrical-coordinate representation of color #DFBFC5: hue angle of 348.75º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFBFC5 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB223191197-
CMYK00.140.120.13
HSL348.75º33.33%81.18%-
HSV(B)348.75º14.35%87.45%-
XYZ59.1456.9860.7-
YUV201.25125.6143.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.50%
GREEN value IS 191 (75% from 255) = 31.26%
BLUE value IS 197 (77.34% from 255) = 32.24%
R=36.50%
G=31.26%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319119700.140.120.13348.7533.3381.18
HexDFBFC50ECD15d2151
Octal337277305016141553541121
Binary11011111101111111100010101110110011011010111011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFC5; }

 p { color: rgb(223,191,197); }

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

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

 a { background-color: rgb(223,191,197); }

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

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

 span { border-color: rgb(223,191,197); }

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