#DFACBF

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

Shades of Melanie #DFACBF

Tints of Melanie #DFACBF

Color information

#DFACBF (or 0xDFACBF) is unknown color: approx Melanie. HEX triplet: DF, AC and BF. RGB value is (223,172,191). Sum of RGB (Red+Green+Blue) = 223+172+191=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACBF is #205340. Grayscale: #BDBDBD. Windows color (decimal): -2118465 or 12561631. OLE color: 12561631.

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

Color convert

RGB223172191-
CMYK00.230.140.13
HSL337.65º44.35%77.45%-
HSV(B)337.65º22.87%87.45%-
XYZ54.5948.9555.86-
YUV189.42128.9151.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 172 (67.58% from 255) = 29.35%
BLUE value IS 191 (75% from 255) = 32.59%
R=38.05%
G=29.35%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317219100.230.140.13337.6544.3577.45
HexDFACBF017ED1522c4d
Octal337254277027161552254115
Binary110111111010110010111111010111111011011010100101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACBF; }

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

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

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

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

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

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

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

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