#DFACBB

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

Shades of Melanie #DFACBB

Tints of Melanie #DFACBB

Color information

#DFACBB (or 0xDFACBB) is unknown color: approx Melanie. HEX triplet: DF, AC and BB. RGB value is (223,172,187). Sum of RGB (Red+Green+Blue) = 223+172+187=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACBB is #205344. Grayscale: #BCBCBC. Windows color (decimal): -2118469 or 12299487. OLE color: 12299487.

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

Color convert

RGB223172187-
CMYK00.230.160.13
HSL342.35º44.35%77.45%-
HSV(B)342.35º22.87%87.45%-
XYZ54.1548.7853.58-
YUV188.96126.9152.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 172 (67.58% from 255) = 29.55%
BLUE value IS 187 (73.44% from 255) = 32.13%
R=38.32%
G=29.55%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317218700.230.160.13342.3544.3577.45
HexDFACBB01710D1562c4d
Octal337254273027201552654115
Binary1101111110101100101110110101111000011011010101101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACBB; }

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

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

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

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

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

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

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

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