#DFBFC4

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

Shades of Melanie #DFBFC4

Tints of Melanie #DFBFC4

Color information

#DFBFC4 (or 0xDFBFC4) is unknown color: approx Melanie. HEX triplet: DF, BF and C4. RGB value is (223,191,196). Sum of RGB (Red+Green+Blue) = 223+191+196=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFC4 is #20403B. Grayscale: #C9C9C9. Windows color (decimal): -2113596 or 12894175. OLE color: 12894175.

HSL color Cylindrical-coordinate representation of color #DFBFC4: hue angle of 350.62º 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 #DFBFC4 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB223191196-
CMYK00.140.120.13
HSL350.62º33.33%81.18%-
HSV(B)350.62º14.35%87.45%-
XYZ59.0356.9460.1-
YUV201.14125.1143.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.56%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 196 (76.95% from 255) = 32.13%
R=36.56%
G=31.31%
B=32.13%

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
Decimal22319119600.140.120.13350.6233.3381.18
HexDFBFC40ECD15f2151
Octal337277304016141553741121
Binary11011111101111111100010001110110011011010111111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFC4; }

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

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

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

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

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

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

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

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