#DFACBD

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

Shades of Melanie #DFACBD

Tints of Melanie #DFACBD

Color information

#DFACBD (or 0xDFACBD) is unknown color: approx Melanie. HEX triplet: DF, AC and BD. RGB value is (223,172,189). Sum of RGB (Red+Green+Blue) = 223+172+189=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACBD is #205342. Grayscale: #BDBDBD. Windows color (decimal): -2118467 or 12430559. OLE color: 12430559.

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

Color convert

RGB223172189-
CMYK00.230.150.13
HSL340º44.35%77.45%-
HSV(B)340º22.87%87.45%-
XYZ54.3748.8754.71-
YUV189.19127.9152.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.18%
GREEN value IS 172 (67.58% from 255) = 29.45%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=38.18%
G=29.45%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317218900.230.150.1334044.3577.45
HexDFACBD017FD1542c4d
Octal337254275027171552454115
Binary110111111010110010111101010111111111011010101001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACBD; }

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

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

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

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

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

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

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

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