#DFBFC8

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

Shades of Melanie #DFBFC8

Tints of Melanie #DFBFC8

Color information

#DFBFC8 (or 0xDFBFC8) is unknown color: approx Melanie. HEX triplet: DF, BF and C8. RGB value is (223,191,200). Sum of RGB (Red+Green+Blue) = 223+191+200=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFC8 is #204037. Grayscale: #C9C9C9. Windows color (decimal): -2113592 or 13156319. OLE color: 13156319.

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

Color convert

RGB223191200-
CMYK00.140.100.13
HSL343.12º33.33%81.18%-
HSV(B)343.12º14.35%87.45%-
XYZ59.4957.1262.53-
YUV201.59127.1143.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.32%
GREEN value IS 191 (75% from 255) = 31.11%
BLUE value IS 200 (78.52% from 255) = 32.57%
R=36.32%
G=31.11%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319120000.140.100.13343.1233.3381.18
HexDFBFC80EAD1572151
Octal337277310016121552741121
Binary11011111101111111100100001110101011011010101111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFC8; }

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

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

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

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

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

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

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

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