#DFBAC5

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

Shades of Melanie #DFBAC5

Tints of Melanie #DFBAC5

Color information

#DFBAC5 (or 0xDFBAC5) is unknown color: approx Melanie. HEX triplet: DF, BA and C5. RGB value is (223,186,197). Sum of RGB (Red+Green+Blue) = 223+186+197=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAC5 is #20453A. Grayscale: #C6C6C6. Windows color (decimal): -2114875 or 12958431. OLE color: 12958431.

HSL color Cylindrical-coordinate representation of color #DFBAC5: hue angle of 342.16º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFBAC5 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB223186197-
CMYK00.170.120.13
HSL342.16º36.63%80.2%-
HSV(B)342.16º16.59%87.45%-
XYZ58.0754.8460.35-
YUV198.32127.26145.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 186 (73.05% from 255) = 30.69%
BLUE value IS 197 (77.34% from 255) = 32.51%
R=36.80%
G=30.69%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318619700.170.120.13342.1636.6380.2
HexDFBAC5011CD1562550
Octal337272305021141552645120
Binary110111111011101011000101010001110011011010101101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAC5; }

 p { color: rgb(223,186,197); }

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

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

 a { background-color: rgb(223,186,197); }

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

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

 span { border-color: rgb(223,186,197); }

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