#DFB3C0

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

Shades of Melanie #DFB3C0

Tints of Melanie #DFB3C0

Color information

#DFB3C0 (or 0xDFB3C0) is unknown color: approx Melanie. HEX triplet: DF, B3 and C0. RGB value is (223,179,192). Sum of RGB (Red+Green+Blue) = 223+179+192=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3C0 is #204C3F. Grayscale: #C1C1C1. Windows color (decimal): -2116672 or 12628959. OLE color: 12628959.

HSL color Cylindrical-coordinate representation of color #DFB3C0: hue angle of 342.27º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFB3C0 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB223179192-
CMYK00.200.140.13
HSL342.27º40.74%78.82%-
HSV(B)342.27º19.73%87.45%-
XYZ56.0751.7356.9-
YUV193.64127.08148.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.54%
GREEN value IS 179 (70.31% from 255) = 30.13%
BLUE value IS 192 (75.39% from 255) = 32.32%
R=37.54%
G=30.13%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317919200.200.140.13342.2740.7478.82
HexDFB3C0014ED156294f
Octal337263300024161552651117
Binary110111111011001111000000010100111011011010101101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB3C0; }

 p { color: rgb(223,179,192); }

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

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

 a { background-color: rgb(223,179,192); }

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

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

 span { border-color: rgb(223,179,192); }

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